Adding clippy

This commit is contained in:
Andy Teijelo 2023-06-18 12:59:41 -04:00
parent 87e9746745
commit 42a076b8a8

View file

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