Skip to content

Commit

Permalink
Update settings.json to use new rust-analyzer.check.allTargets (#86)
Browse files Browse the repository at this point in the history
See rust-lang/rust-analyzer#13799 for context of renaming this rust-anaylzer setting
  • Loading branch information
axelkar authored Nov 3, 2024
1 parent a97787b commit c910b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.check.allTargets": false,
"editor.formatOnSave": true
}
}

0 comments on commit c910b1f

Please sign in to comment.