diff options
| author | HampusM <hampus@hampusmat.com> | 2026-08-31 17:05:08 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-08-31 17:05:08 +0200 |
| commit | bc3d97cdf57431e33ea012858cc3d59f458e5283 (patch) | |
| tree | 135da58376e9b2e2dfe619cba79a5c66fd38209b | |
| parent | 7ed45478384dc8eb5bdf3eae0dbefd033c93e55f (diff) | |
| -rw-r--r-- | rust-analyzer.json | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/rust-analyzer.json b/rust-analyzer.json index f20ac7a..315e8fb 100644 --- a/rust-analyzer.json +++ b/rust-analyzer.json @@ -4,15 +4,7 @@ }, "check": { "overrideCommand": [ - "rustup", - "run", - "nightly", - "cargo", - "check", - "--workspace", - "--message-format=json", - "--keep-going", - "--config=.cargo/config-nightly-fast-compile.toml" + "cargo", "fcheck", "--workspace", "--message-format=json", "--keep-going" ] } } |
