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

@@ -9,7 +9,7 @@ use vfs::AbsPathBuf;
use crate::{
from_json,
global_state::GlobalStateSnapshot,
line_endings::{LineIndex, OffsetEncoding},
line_index::{LineIndex, OffsetEncoding},
lsp_ext, Result,
};