Skip to content

Commit edbfa31

Browse files
authored
Merge pull request rust-lang#18650 from yuki0iq/fix-typo
crates/r-a: Fix typo in debug message
2 parents 91adfec + 9aebb5c commit edbfa31

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/rust-analyzer/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/rust-analyzer/src/main_loop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ impl GlobalState {
809809
}
810810
}
811811
vfs::loader::Message::Progress { n_total, n_done, dir, config_version } => {
812-
let _p = span!(Level::INFO, "GlobalState::handle_vfs_mgs/progress").entered();
812+
let _p = span!(Level::INFO, "GlobalState::handle_vfs_msg/progress").entered();
813813
always!(config_version <= self.vfs_config_version);
814814

815815
let (n_done, state) = match n_done {

0 commit comments

Comments
 (0)