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

@@ -29,7 +29,7 @@ mod from_proto;
mod semantic_tokens;
mod markdown;
mod diagnostics;
mod line_endings;
mod line_index;
mod request_metrics;
mod lsp_utils;
mod thread_pool;