summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-05-18 03:51:05 -0400
committerLLLL Colonq <llll@colonq>2026-05-18 03:52:55 -0400
commit95a9d989b37452cfde08879daf5c18c4ad9da03f (patch)
tree0cfa672303c71c8f704da5f04c5b72997465baa1 /.dir-locals.el
parent837e4af12e683a3d006179823e352b7a5b276e5a (diff)
Satisfy clippy, fix rerun-if-changed
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el9
1 files changed, 4 insertions, 5 deletions
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))))))))