diff --git a/modules/lang/rust/autoload.el b/modules/lang/rust/autoload.el index dab7e68e4..7f4fc80b5 100644 --- a/modules/lang/rust/autoload.el +++ b/modules/lang/rust/autoload.el @@ -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"))