feat: no longer disable async traits

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-12-18 23:10:44 +01:00
parent d22bfb1d2e
commit 6bad13ca26

View File

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