feat: no longer disable async traits
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
d22bfb1d2e
commit
6bad13ca26
@ -8,7 +8,7 @@ allFeatures = true
|
|||||||
enable = true
|
enable = true
|
||||||
|
|
||||||
[language-server.rust-analyzer.config.procMacro.ignored]
|
[language-server.rust-analyzer.config.procMacro.ignored]
|
||||||
async-trait = ["async_trait"]
|
#async-trait = ["async_trait"]
|
||||||
tonic = ["async_trait"]
|
tonic = ["async_trait"]
|
||||||
mockall = ["automock"]
|
mockall = ["automock"]
|
||||||
mockall_double = ["double"]
|
mockall_double = ["double"]
|
||||||
|
Loading…
Reference in New Issue
Block a user