adding test-arguments to rustic
This commit is contained in:
parent
c723d61a2c
commit
5c47bd8a72
|
@ -3558,7 +3558,8 @@ I'd like to start learning and using rust if I can.
|
|||
(setq rustic-format-on-save t
|
||||
rustic-lsp-client 'eglot
|
||||
rustic-clippy-arguments "-- -W clippy::pedantic -W clippy::perf -W clippy::nursery -W clippy::unwrap_used"
|
||||
rustic-rustfmt-args '("--edition" "2021"))
|
||||
rustic-rustfmt-args '("--edition" "2021")
|
||||
rustic-test-arguments "-- --nocapture")
|
||||
(advice-add 'eglot-completion-at-point :around #'cape-wrap-buster)
|
||||
(add-to-list 'compilation-error-regexp-alist rustic-compilation-error)
|
||||
(add-to-list 'compilation-error-regexp-alist rustic-compilation-warning)
|
||||
|
|
3
init.el
3
init.el
|
@ -2600,7 +2600,8 @@ targets."
|
|||
(setq rustic-format-on-save t
|
||||
rustic-lsp-client 'eglot
|
||||
rustic-clippy-arguments "-- -W clippy::pedantic -W clippy::perf -W clippy::nursery -W clippy::unwrap_used"
|
||||
rustic-rustfmt-args '("--edition" "2021"))
|
||||
rustic-rustfmt-args '("--edition" "2021")
|
||||
rustic-test-arguments "-- --nocapture")
|
||||
(advice-add 'eglot-completion-at-point :around #'cape-wrap-buster)
|
||||
(add-to-list 'compilation-error-regexp-alist rustic-compilation-error)
|
||||
(add-to-list 'compilation-error-regexp-alist rustic-compilation-warning)
|
||||
|
|
Loading…
Reference in a new issue