Some more clippy fixes, warnings are noisy
This commit is contained in:
Vendored
+2
-1
@@ -5,5 +5,6 @@
|
||||
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"rust-analyzer.check.command": "clippy"
|
||||
"rust-analyzer.check.command": "clippy",
|
||||
"rust-analyzer.cargo.buildScripts.enable": true
|
||||
}
|
||||
Reference in New Issue
Block a user