fix(extras): Rust-Analyzer cargo option (#3061)

* fix(extras): Rust-Analyzer cargo option

* fix(extras): Rust-Analyzer cargo option
This commit is contained in:
Skywalker 2024-05-03 15:17:55 +08:00 committed by GitHub
parent b8475f5194
commit a96348d7b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,9 @@ return {
cargo = {
allFeatures = true,
loadOutDirsFromCheck = true,
runBuildScripts = true,
buildScripts = {
enable = true,
},
},
-- Add clippy lints for Rust.
checkOnSave = {