diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index 74f6a1b..eb1977a 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -4,6 +4,9 @@ command = "clippy" [language-server.rust-analyzer.config.cargo] allFeatures = true +[language-server.rust-analyzer.config.diagnostics] +disable = ["automock", "double"] + [[language]] name = "graphql" scope = "source.graphql"