Changed rust-analyzer settings

This commit is contained in:
2024-04-13 18:14:14 +02:00
parent cf6ffdb83a
commit 3e7f424616

View File

@@ -541,13 +541,9 @@ local servers = {
gopls = {},
pyright = {},
rust_analyzer = {
-- enable clippy on save
["rust-analyzer"] = {
checkOnSave = {
command = "clippy",
},
check = {
allTargets = false,
command = "clippy",
},
},
},