From 6bad13ca264663816c9d1fab1cbb460f5fe98898 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 18 Dec 2024 23:10:44 +0100 Subject: [PATCH] feat: no longer disable async traits Signed-off-by: kjuulh --- dot_config/helix/languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]