diff --git a/modules/lang/rust/autoload.el b/modules/lang/rust/autoload.el index 5a335efbb..1fe3face3 100644 --- a/modules/lang/rust/autoload.el +++ b/modules/lang/rust/autoload.el @@ -1,7 +1,5 @@ ;;; lang/rust/autoload.el -;;;###autoload ;; TODO (defun +rust/run-cargo () (interactive)) -;;;###autoload ;; TODO (defun +rust-cargo-project-p ())