From 2705cfe2b775dac1d404f4faa0ec567485695441 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 22 Sep 2026 18:29:40 +0200 Subject: chore: set clippy as check command in rust analyzer config --- rust-analyzer.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'rust-analyzer.json') diff --git a/rust-analyzer.json b/rust-analyzer.json index 315e8fb..20a3501 100644 --- a/rust-analyzer.json +++ b/rust-analyzer.json @@ -4,7 +4,14 @@ }, "check": { "overrideCommand": [ - "cargo", "fcheck", "--workspace", "--message-format=json", "--keep-going" + "cargo", + "+nightly", + "clippy", + "--config", + ".cargo/config-nightly-fast-compile.toml", + "--workspace", + "--message-format=json", + "--keep-going" ] } } -- cgit v1.2.3-18-g5258