branch: elpa/rust-mode
commit ac92ff61d5e383a5e17c4f838caa59d0e972bc21
Author: Huon Wilson <[email protected]>
Commit: Huon Wilson <[email protected]>

    etc: add the `in` keyword to the emacs mode.
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 106cdbf..87c505e 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -102,7 +102,7 @@
     "do"
     "else" "enum" "extern"
     "false" "fn" "for"
-    "if" "impl"
+    "if" "impl" "in"
     "let" "loop"
     "match" "mod" "mut"
     "priv" "pub"

Reply via email to