branch: elpa/rust-mode
commit d8a09f218e24407acbc9f36c641be4f913f1a63c
Merge: 6d86af4a3d 52ca138a27
Author: Sibi Prabakaran <s...@psibi.in>
Commit: GitHub <nore...@github.com>

    Merge pull request #526 from rust-lang/rem-autoload
    
    Remove autoload for prog-mode based rust-mode
---
 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.
 

Reply via email to