summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSibi Prabakaran <sibi@psibi.in>2024-03-02 18:46:28 +0530
committerGitHub <noreply@github.com>2024-03-02 18:46:28 +0530
commitd8a09f218e24407acbc9f36c641be4f913f1a63c (patch)
treee3635d4c658e6c8ae7b9df56c5fb9885b552beca
parent6d86af4a3d971b00da2ae737d490a240644264fa (diff)
parent52ca138a274f38a7331a2a5a1d7dd337b6e87e8b (diff)
downloadrust-mode-d8a09f218e24407acbc9f36c641be4f913f1a63c.tar.gz
Merge pull request #526 from rust-lang/rem-autoload
Remove autoload for prog-mode based rust-mode
-rw-r--r--rust-prog-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust-prog-mode.el b/rust-prog-mode.el
index 92b475a..51e802d 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.