From 95a9d989b37452cfde08879daf5c18c4ad9da03f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 18 May 2026 03:51:05 -0400 Subject: Satisfy clippy, fix rerun-if-changed --- .dir-locals.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 9a84ba1..25f36dd 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,8 +1,7 @@ ((rust-ts-mode . ((eglot-workspace-configuration . (:rust-analyzer - ( :cargo - ( ;; :target "wasm32-unknown-unknown" - :targetDir t) - :hover - (:show (:fields 10)))))))) + ( :check (:command "clippy") + :cargo (;; :target "wasm32-unknown-unknown" + :targetDir t) + :hover (:show (:fields 10)))))))) -- cgit v1.2.3