We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abf8cc commit cfa7204Copy full SHA for cfa7204
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