mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
crates/r-a: Fix typo in debug message
This commit is contained in:
parent
99a6ecd41e
commit
dff827741d
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ impl GlobalState {
|
|||
}
|
||||
}
|
||||
vfs::loader::Message::Progress { n_total, n_done, dir, config_version } => {
|
||||
let _p = span!(Level::INFO, "GlobalState::handle_vfs_mgs/progress").entered();
|
||||
let _p = span!(Level::INFO, "GlobalState::handle_vfs_msg/progress").entered();
|
||||
always!(config_version <= self.vfs_config_version);
|
||||
|
||||
let (n_done, state) = match n_done {
|
||||
|
|
Loading…
Reference in a new issue