Fix bitrotted module name

This commit is contained in:
Aleksey Kladov
2021-02-13 01:28:48 +03:00
parent f3d56b89c5
commit 1fcf687657
8 changed files with 10 additions and 8 deletions

View File

@@ -36,8 +36,7 @@ use crate::{
diff::diff,
from_proto,
global_state::{GlobalState, GlobalStateSnapshot},
line_endings::LineEndings,
line_endings::LineIndex,
line_index::{LineEndings, LineIndex},
lsp_ext::{self, InlayHint, InlayHintsParams},
lsp_utils::all_edits_are_disjoint,
to_proto, LspError, Result,