branch: elpa/rust-mode
commit d0d3911db0d24e5c3515f6e0b5c9256acf82a18f
Author: Graydon Hoare <[email protected]>
Commit: Graydon Hoare <[email protected]>
For #2229, recognize 'again' in place of 'cont', final change pending
snapshot.
---
rust-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rust-mode.el b/rust-mode.el
index 86e5f86..a9691a8 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -56,9 +56,9 @@
"trait" "fn" "enum" "iface"
"impl"))
(puthash word 'def table))
- (dolist (word '("assert"
+ (dolist (word '("again" "assert"
"break"
- "check" "claim" "cont" "copy"
+ "check" "claim" "copy"
"do" "drop"
"else" "export" "extern"
"fail" "for"