Adding clippy

main
Andy Teijelo 2023-06-18 12:59:41 -04:00
parent 87e9746745
commit 42a076b8a8
1 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,15 @@ return {
},
},
},
rust_analyzer = {
settings = {
["rust-analyzer"] = {
checkOnSave = {
command = "clippy",
},
},
}
},
},
},
},