From a1b7fa51f7961b2baec57f796d06ebca20fda7fd Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 27 Jul 2023 16:28:00 +0200 Subject: [PATCH] Use --all-features in rust-analyzer --- .config/helix/languages.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 5910c47..ea9c7db 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -1,5 +1,6 @@ -[language-server.rust-analyzer.config.checkOnSave] -command = "clippy" +[language-server.rust-analyzer.config] +check.command = "clippy" +cargo.features = "all" [[language]] name = "rust"