This commit is contained in:
Jelte Fennema-Nio 2025-06-19 13:50:10 +00:00 committed by GitHub
commit 4c6096a139
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,6 +83,9 @@ return {
-- Enable diagnostics if using rust-analyzer -- Enable diagnostics if using rust-analyzer
diagnostics = { diagnostics = {
enable = diagnostics == "rust-analyzer", enable = diagnostics == "rust-analyzer",
disabled = {
"proc-macro-disabled",
},
}, },
procMacro = { procMacro = {
enable = true, enable = true,