Skip to content

Commit 41e5994

Browse files
committed
chore(vscode): fix rust-analyzer config
1 parent 7fbddde commit 41e5994

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"rust-analyzer.cargo.features": "all",
3-
"editor.formatOnSave": true,
42
"rust-analyzer.checkOnSave": true,
5-
"rust-analyzer.check.command": "clippy"
3+
"rust-analyzer.check.command": "clippy",
4+
"rust-analyzer.cargo.features": "all",
5+
"rust-analyzer.cargo.cfgs": ["debug_assertions", "miri", "codspeed"]
66
}

0 commit comments

Comments
 (0)