We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7abf8cc + cfa7204 commit 5f1ed3cCopy full SHA for 5f1ed3c
crates/rust-analyzer/src/reload.rs
@@ -239,7 +239,7 @@ impl GlobalState {
239
// Workspaces are the same, but we've updated build data.
240
self.workspaces = Arc::new(workspaces);
241
} else {
242
- 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");
243
// Current build scripts do not match the version of the active
244
// workspace, so there's nothing for us to update.
245
return;
0 commit comments