Skip to content

Commit

Permalink
Disable macro-error in rust diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Feb 17, 2021
1 parent 90f6210 commit ecd7c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/coc-settings.json
Expand Up @@ -10,6 +10,7 @@
"python.formatting.provider": "black",
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.diagnostics.disabled": ["macro-error"],
"go.goplsOptions": {
"completeUnimported": true,
"completionDocumentation": true
Expand Down

0 comments on commit ecd7c15

Please sign in to comment.