blob: 45e02863c2685e05488e35ec324f5e6fe794248c (
plain)
1
2
3
4
5
6
7
|
((rust-ts-mode .
((eglot-workspace-configuration .
(:rust-analyzer
( :check (:command "clippy")
:cargo (;; :target "wasm32-unknown-unknown"
:targetDir t)
:hover (:show (:fields 10))))))))
|