You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
564 B

;;; rust-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "rust-mode" "rust-mode.el" (22059 18204 786317
;;;;;; 801000))
;;; Generated autoloads from rust-mode.el
(autoload 'rust-mode "rust-mode" "\
Major mode for Rust code.
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.rs\\'" . rust-mode))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; rust-mode-autoloads.el ends here