summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-08-03 18:31:23 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2013-08-03 18:31:23 +1000
commitac92ff61d5e383a5e17c4f838caa59d0e972bc21 (patch)
treea068b3de767c606e63425e66a595082af848fb0c /rust-mode.el
parent4c1eab53f216394783843e96f0b47eeea65621ec (diff)
downloadrust-mode-ac92ff61d5e383a5e17c4f838caa59d0e972bc21.tar.gz
etc: add the `in` keyword to the emacs mode.
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
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"