Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 58234c6

Browse files
committed
Auto merge of rust-lang#12256 - matklad:m, r=matklad
minor: rename
2 parents 1dc25e5 + 2f34539 commit 58234c6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

crates/rust-analyzer/src/global_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use crate::{
2626
mem_docs::MemDocs,
2727
op_queue::OpQueue,
2828
reload::{self, SourceRootConfig},
29-
thread_pool::TaskPool,
29+
task_pool::TaskPool,
3030
to_proto::url_from_abs_path,
3131
Result,
3232
};

crates/rust-analyzer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mod markdown;
3030
mod diagnostics;
3131
mod line_index;
3232
mod lsp_utils;
33-
mod thread_pool;
33+
mod task_pool;
3434
mod mem_docs;
3535
mod diff;
3636
mod op_queue;

0 commit comments

Comments
 (0)