We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90786f4 commit 5bd7d26Copy full SHA for 5bd7d26
crates/rust-analyzer/src/config.rs
@@ -1085,7 +1085,7 @@ impl Config {
1085
if !self.data.checkOnSave_enable {
1086
return None;
1087
}
1088
- let invocation_strategy = match self.data.cargo_buildScripts_invocationStrategy {
+ let invocation_strategy = match self.data.checkOnSave_invocationStrategy {
1089
InvocationStrategy::OnceInRoot => flycheck::InvocationStrategy::OnceInRoot,
1090
InvocationStrategy::PerWorkspaceWithManifestPath => {
1091
flycheck::InvocationStrategy::PerWorkspaceWithManifestPath
0 commit comments