From 072758a16e92e206aa441333ee431761fa0fd620 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 30 Aug 2026 23:10:03 +0200 Subject: chore: add rust-analyzer config file --- rust-analyzer.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 rust-analyzer.json 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" + ] + } +} -- cgit v1.2.3-18-g5258