From 2d99006b7c0a2ed6bbd42c3c5b7d915a8da95ce9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 11:04:33 -0400 Subject: better clippy behavior in helix --- config/helix/languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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" -- cgit v1.2.3-54-g00ecf