We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a287d2 commit 5174b65Copy full SHA for 5174b65
crates/rust-analyzer/src/config.rs
@@ -1102,7 +1102,7 @@ impl Config {
1102
if !self.data.checkOnSave_enable {
1103
return None;
1104
}
1105
- let invocation_strategy = match self.data.cargo_buildScripts_invocationStrategy {
+ let invocation_strategy = match self.data.checkOnSave_invocationStrategy {
1106
InvocationStrategy::OnceInRoot => flycheck::InvocationStrategy::OnceInRoot,
1107
InvocationStrategy::PerWorkspaceWithManifestPath => {
1108
flycheck::InvocationStrategy::PerWorkspaceWithManifestPath
0 commit comments