Update settings.json to use new rust-analyzer.check.allTargets (#86)

See https://github.com/rust-lang/rust-analyzer/pull/13799 for context of renaming this rust-anaylzer setting
This commit is contained in:
Axel Karjalainen
2024-11-03 05:05:59 +02:00
committed by GitHub
parent a97787becb
commit c910b1ff46

View File

@@ -1,5 +1,5 @@
{ {
"rust-analyzer.cargo.target": "thumbv6m-none-eabi", "rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.checkOnSave.allTargets": false, "rust-analyzer.check.allTargets": false,
"editor.formatOnSave": true "editor.formatOnSave": true
} }