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

@@ -7,7 +7,7 @@ use lsp_server::Notification;
use crate::{
from_proto,
global_state::GlobalState,
line_endings::{LineEndings, LineIndex, OffsetEncoding},
line_index::{LineEndings, LineIndex, OffsetEncoding},
};
pub(crate) fn is_canceled(e: &(dyn Error + 'static)) -> bool {