mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #3853 from NoxPardalis/develop
Rust module: Modify command for executing `cargo audit`
This commit is contained in:
@ -23,4 +23,4 @@
|
|||||||
(defun +rust/cargo-audit ()
|
(defun +rust/cargo-audit ()
|
||||||
"Run 'cargo audit' for the current project."
|
"Run 'cargo audit' for the current project."
|
||||||
(interactive)
|
(interactive)
|
||||||
(rustic-run-cargo-command "cargo audit -f"))
|
(rustic-run-cargo-command "cargo audit"))
|
||||||
|
Reference in New Issue
Block a user