diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-02-23 09:56:16 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-02-23 09:56:16 +0100 |
| commit | c24744657021aa20bb577eb0e23cc8dcee55805c (patch) | |
| tree | 80865c49fc6d93d4c555540b511fcf99fa60a500 | |
| parent | b0028fa409e152accdd53ba6cd1b888893c190de (diff) | |
| download | rust-c24744657021aa20bb577eb0e23cc8dcee55805c.tar.gz rust-c24744657021aa20bb577eb0e23cc8dcee55805c.zip | |
Disable macro-error rust-analyzer diagnostic
| -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 19ea41563df..a13d5931ffa 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"], + "rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate", "macro-error"], "rust-analyzer.assist.importMergeBehavior": "last", "rust-analyzer.cargo.loadOutDirsFromCheck": true, "rust-analyzer.linkedProjects": [ |
