Auto merge of #12256 - matklad:m, r=matklad

minor: rename
This commit is contained in:
bors 2022-05-16 11:44:00 +00:00
commit 58234c64da
3 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
mem_docs::MemDocs,
op_queue::OpQueue,
reload::{self, SourceRootConfig},
thread_pool::TaskPool,
task_pool::TaskPool,
to_proto::url_from_abs_path,
Result,
};

View File

@ -30,7 +30,7 @@ macro_rules! eprintln {
mod diagnostics;
mod line_index;
mod lsp_utils;
mod thread_pool;
mod task_pool;
mod mem_docs;
mod diff;
mod op_queue;