Skip to content

Commit 77bfebd

Browse files
committed
fix clippy command
1 parent 532f631 commit 77bfebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"rust-analyzer.check.overrideCommand": [
3-
"cargo", "clippy", "--target-dir", "./target/clippy"
3+
"cargo", "clippy", "--target-dir", "./target/clippy", "--message-format=json"
44
],
55
"files.associations": {
66
"*.traj": "json",

0 commit comments

Comments
 (0)