Helix
This commit is contained in:
@ -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 = {
|
||||
"--",
|
||||
|
Reference in New Issue
Block a user