summaryrefslogtreecommitdiff
path: root/rust-prog-mode.el
diff options
context:
space:
mode:
authorSibi Prabakaran <sibi@psibi.in>2024-03-02 11:52:02 +0530
committerSibi Prabakaran <sibi@psibi.in>2024-03-02 11:52:02 +0530
commit52ca138a274f38a7331a2a5a1d7dd337b6e87e8b (patch)
treee3635d4c658e6c8ae7b9df56c5fb9885b552beca /rust-prog-mode.el
parent6d86af4a3d971b00da2ae737d490a240644264fa (diff)
downloadrust-mode-52ca138a274f38a7331a2a5a1d7dd337b6e87e8b.tar.gz
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.
Diffstat (limited to 'rust-prog-mode.el')
-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.