Added clippy as rust analyzer's checker

This commit is contained in:
Xithrius 2023-03-09 20:13:47 -08:00
parent c19efeaaeb
commit c17833abe7
No known key found for this signature in database
GPG Key ID: A867F27CC80B28C1

View File

@ -1,5 +1,6 @@
{
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
}
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"rust-analyzer.check.command": "clippy"
}