branch: elpa/rust-mode
commit d4264a9995f553f3b886d08f13d21c7d0c503354
Author: Alex Crichton <[email protected]>
Commit: Alex Crichton <[email protected]>
extern mod => extern crate
This was previously implemented, and it just needed a snapshot to go through
---
rust-mode.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/rust-mode.el b/rust-mode.el
index 95732f2..4e1c74c 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -129,8 +129,7 @@
(defconst rust-mode-keywords
'("as"
"break"
- "continue"
- "crate"
+ "continue" "crate"
"do"
"else" "enum" "extern"
"false" "fn" "for"
@@ -368,7 +367,7 @@ With argument, do it that many times.
Negative argument -N means move back to Nth preceding end of defun.
Assume that this is called after beginning-of-defun. So point is
-at the beginning of the defun body.
+at the beginning of the defun body.
This is written mainly to be used as `end-of-defun-function' for Rust."
(interactive "p")