Update .config/helix/languages.toml

This commit is contained in:
Kasper Juul Hermansen 2024-07-22 12:28:58 +02:00
parent 4e060163ca
commit 9197e51c91
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -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"]