-
First of all - thank you for reviving rust-tools, been using it and it mostly just works. I'm getting warnings on a code generated by external substitution and proc macros, for example with anyhow I'm getting this:
I went though the documentation of this crate and existing tickets and not sure how to disable those. Not my macro, can't do anything about it. rust-tools was quiet about it, I think the default behavior for this project should be the same. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey 👋 I'll convert this to a Q&A discussion, since it's related to rust-analyzer, and not rustaceanvim directly. You can enable/disable procMacro support in the rust-analyzer configuration. See also |
Beta Was this translation helpful? Give feedback.
Hey 👋
I'll convert this to a Q&A discussion, since it's related to rust-analyzer, and not rustaceanvim directly.
You can enable/disable procMacro support in the rust-analyzer configuration. See also
:h rustaceanvim.config
.