diff options
| author | LLLL Colonq <llll@colonq> | 2026-01-25 16:16:10 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-01-25 16:16:10 -0500 |
| commit | 836760c3c5f80674def4c0994c6b0d20f08ae148 (patch) | |
| tree | d3b076004d9b397c26d8adb63733beed6e2aa7a4 /.dir-locals.el | |
| parent | eaf5f6d02d688856481f8267dff51586f0b715dc (diff) | |
Networking
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 7d26985..9a84ba1 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -2,7 +2,7 @@ ((eglot-workspace-configuration . (:rust-analyzer ( :cargo - ( :target "wasm32-unknown-unknown" + ( ;; :target "wasm32-unknown-unknown" :targetDir t) :hover (:show (:fields 10)))))))) |
