This commit is contained in:
2025-06-30 18:25:32 +03:00
parent 3a8f55211f
commit 23ca5c3c0a
4 changed files with 170 additions and 43 deletions

View File

@ -2,14 +2,14 @@ return {
settings = {
["rust-analyzer"] = {
cargo = {
allFeatures = true,
features = "all",
loadOutDirsFromCheck = true,
runBuildScripts = true,
},
-- Add clippy lints for Rust.
checkOnSave = true,
check = {
-- allFeatures = true,
features = "all",
command = "clippy",
extraArgs = {
"--",