Skip to content

Commit 90e578e

Browse files
committed
enable clippy in vscode
1 parent aa9639f commit 90e578e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format",
7070
"tag:yaml.org,2002:python/object/apply:pymdownx.slugs.slugify mapping"
7171
],
72-
"rust-analyzer.server.path": ".venv/bin/rust-analyzer"
72+
"rust-analyzer.server.path": ".venv/bin/rust-analyzer",
73+
"rust-analyzer.check.command": "clippy"
7374
}

0 commit comments

Comments
 (0)