diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-04-08 17:57:15 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-04-14 14:20:42 +0200 |
| commit | b4bf4b5c0988c0a1d0c4a9c17217a47702ee8ca3 (patch) | |
| tree | c11ab6806a272f9ca36ec259a61141718a6d0e74 | |
| parent | 542e73e8ac1696e09fd5be277a0dc2aa137b7c4e (diff) | |
| download | rust-b4bf4b5c0988c0a1d0c4a9c17217a47702ee8ca3.tar.gz rust-b4bf4b5c0988c0a1d0c4a9c17217a47702ee8ca3.zip | |
Enable and disable some rust-analyzer diagnostics
| -rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 0cd576e160f..9009a532c54 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { // source for rustc_* is not included in the rust-src component; disable the errors about this - "rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate", "macro-error"], + "rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate", "unresolved-macro-call"], "rust-analyzer.assist.importMergeBehavior": "last", "rust-analyzer.cargo.runBuildScripts": true, "rust-analyzer.linkedProjects": [ |
