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

@@ -17,7 +17,7 @@ use serde_json::to_value;
use crate::{
cargo_target_spec::CargoTargetSpec,
global_state::GlobalStateSnapshot,
line_endings::{LineEndings, LineIndex, OffsetEncoding},
line_index::{LineEndings, LineIndex, OffsetEncoding},
lsp_ext, semantic_tokens, Result,
};