Skip to content

Commit

Permalink
Merge pull request #526 from rust-lang/rem-autoload
Browse files Browse the repository at this point in the history
Remove autoload for prog-mode based rust-mode
  • Loading branch information
psibi committed Mar 2, 2024
2 parents 6d86af4 + 52ca138 commit d8a09f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust-prog-mode.el
Expand Up @@ -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.
Expand Down

0 comments on commit d8a09f2

Please sign in to comment.