branch: elpa/rust-mode commit 52ca138a274f38a7331a2a5a1d7dd337b6e87e8b Author: Sibi Prabakaran <s...@psibi.in> Commit: Sibi Prabakaran <s...@psibi.in>
Remove autoload for prog-mode based rust-mode The load of specific rust-mode now depends on the tree sitter variable that we have, so disabling autoload for this too. --- rust-prog-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/rust-prog-mode.el b/rust-prog-mode.el index 92b475a7e9..51e802ddcb 100644 --- a/rust-prog-mode.el +++ b/rust-prog-mode.el @@ -1445,7 +1445,6 @@ whichever comes first." (goto-char (match-end 0))))))) (point) end)) -;;;###autoload (define-derived-mode rust-mode prog-mode "Rust" "Major mode for Rust code.