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 7fbddde commit 41e5994Copy full SHA for 41e5994
.vscode/settings.json
@@ -1,6 +1,6 @@
1
{
2
- "rust-analyzer.cargo.features": "all",
3
- "editor.formatOnSave": true,
4
"rust-analyzer.checkOnSave": true,
5
- "rust-analyzer.check.command": "clippy"
+ "rust-analyzer.check.command": "clippy",
+ "rust-analyzer.cargo.features": "all",
+ "rust-analyzer.cargo.cfgs": ["debug_assertions", "miri", "codspeed"]
6
}
0 commit comments