mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Modify command to execute cargo audit
This commit is contained in:
@ -23,4 +23,4 @@
|
||||
(defun +rust/cargo-audit ()
|
||||
"Run 'cargo audit' for the current project."
|
||||
(interactive)
|
||||
(rustic-run-cargo-command "cargo audit -f"))
|
||||
(rustic-run-cargo-command "cargo audit"))
|
||||
|
Reference in New Issue
Block a user