diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index a6dd9a5..fd3fd22 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -8,7 +8,7 @@ allFeatures = true enable = true [language-server.rust-analyzer.config.procMacro.ignored] -async-trait = ["async_trait"] +#async-trait = ["async_trait"] tonic = ["async_trait"] mockall = ["automock"] mockall_double = ["double"]