chore(vscode): Fix clippy suggestions

This commit is contained in:
Michael Aaron Murphy 2023-01-04 03:10:20 +01:00 committed by Michael Murphy
parent 176c30901a
commit b704eea531

View file

@ -1,4 +1,5 @@
{
"rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"],
"rust-analyzer.checkOnSave.overrideCommand": [
"cargo", "clippy", "--no-deps", "--message-format=json", "--", "-W", "clippy::pedantic"
]
}