Skip to content

Commit

Permalink
Auto merge of rust-lang#12256 - matklad:m, r=matklad
Browse files Browse the repository at this point in the history
minor: rename
  • Loading branch information
bors committed May 16, 2022
2 parents 1dc25e5 + 2f34539 commit 58234c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/global_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::{
mem_docs::MemDocs,
op_queue::OpQueue,
reload::{self, SourceRootConfig},
thread_pool::TaskPool,
task_pool::TaskPool,
to_proto::url_from_abs_path,
Result,
};
Expand Down
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mod markdown;
mod diagnostics;
mod line_index;
mod lsp_utils;
mod thread_pool;
mod task_pool;
mod mem_docs;
mod diff;
mod op_queue;
Expand Down
File renamed without changes.

0 comments on commit 58234c6

Please sign in to comment.