diff options
| -rw-r--r-- | rust-analyzer.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/rust-analyzer.json b/rust-analyzer.json new file mode 100644 index 0000000..f20ac7a --- /dev/null +++ b/rust-analyzer.json @@ -0,0 +1,18 @@ +{ + "cargo": { + "allTargets": false + }, + "check": { + "overrideCommand": [ + "rustup", + "run", + "nightly", + "cargo", + "check", + "--workspace", + "--message-format=json", + "--keep-going", + "--config=.cargo/config-nightly-fast-compile.toml" + ] + } +} |
