From 0ec856797256b5d9807929e1b32c03756eb43124 Mon Sep 17 00:00:00 2001 From: John Turner Date: Wed, 17 Dec 2025 04:17:15 +0000 Subject: [PATCH] rust-analyzer.sh: invoke clippy-json directly, which now handles compiling internally --- rust-analyzer.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/rust-analyzer.sh b/rust-analyzer.sh index a1240b2..d8c6366 100755 --- a/rust-analyzer.sh +++ b/rust-analyzer.sh @@ -1,12 +1,5 @@ #!/bin/bash -# this script is a temporary workaround for not having a proper clippy-json target - source /etc/profile -cd build || exit $? - -# compile as far as we can -ninja - -ninja clippy-json +ninja clippy-json -C build