diff options
| author | HampusM <hampus@hampusmat.com> | 2026-08-30 23:10:03 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-08-30 23:10:03 +0200 |
| commit | 072758a16e92e206aa441333ee431761fa0fd620 (patch) | |
| tree | a4b160efd39dca7a99c6cd6a6def9fd738f0f1d9 /rust-analyzer.json | |
| parent | aab9155405ebead3eff92ffcfb262c825b29d106 (diff) | |
chore: add rust-analyzer config file
Diffstat (limited to 'rust-analyzer.json')
| -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" + ] + } +} |
