We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c104f0e commit 81e9571Copy full SHA for 81e9571
crates/rust-analyzer/src/config.rs
@@ -1069,7 +1069,7 @@ impl Config {
1069
if !self.data.checkOnSave_enable {
1070
return None;
1071
}
1072
- let invocation_strategy = match self.data.cargo_buildScripts_invocationStrategy {
+ let invocation_strategy = match self.data.checkOnSave_invocationStrategy {
1073
InvocationStrategy::OnceInRoot => flycheck::InvocationStrategy::OnceInRoot,
1074
InvocationStrategy::PerWorkspaceWithManifestPath => {
1075
flycheck::InvocationStrategy::PerWorkspaceWithManifestPath
0 commit comments