diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/emacs.d/rust.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/rust.el b/users/grfn/emacs.d/rust.el index 6bfbe209dd51..af2150db4906 100644 --- a/users/grfn/emacs.d/rust.el +++ b/users/grfn/emacs.d/rust.el @@ -14,6 +14,7 @@ (setq rust-format-show-buffer nil) (setq lsp-rust-analyzer-import-merge-behaviour "last" lsp-rust-analyzer-cargo-watch-command "clippy" + lsp-rust-analyzer-cargo-watch-args ["--target-dir" "/home/grfn/readyset/readyset/target/check"] lsp-ui-doc-enable t) (rust-enable-format-on-save) (lsp)) |