Skip to content

Commit adc58af

Browse files
committed
Add vscode settings to use clippy
We want all devs to have access to this.
1 parent 823efec commit adc58af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/settings.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"rust-analyzer.checkOnSave.command": "clippy",
3+
"rust-analyzer.cargo.allFeatures": true
4+
}

0 commit comments

Comments
 (0)