summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorLindsey Kuper <lindsey@rockstargirl.org>2012-07-31 10:40:27 -0700
committerLindsey Kuper <lindsey@rockstargirl.org>2012-07-31 11:52:16 -0700
commit3dbae267efc5670b6f3af841927e624769faebd0 (patch)
tree66add5b11e11b5e7ba4b9fb99b1c66c0b830b94c /rust-mode.el
parentd0d3911db0d24e5c3515f6e0b5c9256acf82a18f (diff)
downloadrust-mode-3dbae267efc5670b6f3af841927e624769faebd0.tar.gz
Remove "iface" from vim and emacs modes.
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 a9691a8..64a6a84 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -53,7 +53,7 @@
(defvar rust-value-keywords
(let ((table (make-hash-table :test 'equal)))
(dolist (word '("mod" "const" "class" "type"
- "trait" "fn" "enum" "iface"
+ "trait" "fn" "enum"
"impl"))
(puthash word 'def table))
(dolist (word '("again" "assert"