From 9197e51c91ef1068a8e77baca08301d399323440 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 22 Jul 2024 12:28:58 +0200 Subject: [PATCH] Update .config/helix/languages.toml --- dot_config/helix/languages.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index 75a4f54..026db69 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -9,6 +9,7 @@ enable = true [language-server.rust-analyzer.config.procMacro.ignored] async-trait = ["async_trait"] +tonic = ["async_trait"] mockall = ["automock"] mockall_double = ["double"] automock = ["automock"]