Skip to content

Commit 81c4129

Browse files
committed
vscode: clippy padantic warnings
1 parent 7eb25a0 commit 81c4129

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
"editor.formatOnSave": true
44
},
55
"rust-analyzer.checkOnSave.command": "clippy",
6+
"rust-analyzer.checkOnSave.allTargets": true,
7+
"rust-analyzer.checkOnSave.extraArgs": ["--","-W","clippy::pedantic"],
68
}

0 commit comments

Comments
 (0)