summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/helix/languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/helix/languages.toml b/config/helix/languages.toml
index c0cd901..7c3f829 100644
--- a/config/helix/languages.toml
+++ b/config/helix/languages.toml
@@ -1,6 +1,6 @@
[[language]]
name = "rust"
-config = { checkOnSave = { command = "clippy" } }
+config = { checkOnSave = { command = "clippy" }, cargo = { allFeatures = true }, diagnostics = { disabled = ["inactive-code"] } }
[[language]]
name = "python"