fix: rust: disable unresolved-proc-macro
Since we disabled proc macro expansion, disable the related info level lint: https://users.rust-lang.org/t/how-to-disable-rust-analyzer-proc-macro-warnings-in-neovim/53150/3
This commit is contained in:
parent
e188926138
commit
4527d63a65
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ indent = { tab-width = 4, unit = " " }
|
|||
[language.config]
|
||||
cargo = { loadOutDirsFromCheck = true }
|
||||
procMacro = { enable = false }
|
||||
diagnostics = { disabled = ["unresolved-proc-macro"] }
|
||||
|
||||
[[language]]
|
||||
name = "toml"
|
||||
|
|
Loading…
Reference in a new issue