mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
small typo in log message
This commit is contained in:
parent
7abf8cc21c
commit
cfa7204544
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ impl GlobalState {
|
|||
// Workspaces are the same, but we've updated build data.
|
||||
self.workspaces = Arc::new(workspaces);
|
||||
} else {
|
||||
tracing::info!("build scrips do not match the version of the active workspace");
|
||||
tracing::info!("build scripts do not match the version of the active workspace");
|
||||
// Current build scripts do not match the version of the active
|
||||
// workspace, so there's nothing for us to update.
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue