Skip to content

Commit

Permalink
check := clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEden33773 committed Aug 15, 2023
1 parent dd38146 commit ae25ecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none",
"editor.tabSize": 2
"editor.tabSize": 2,
"rust-analyzer.check.command": "clippy"
}

0 comments on commit ae25ecb

Please sign in to comment.