diff options
| author | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-07-31 10:40:27 -0700 |
|---|---|---|
| committer | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-07-31 11:52:16 -0700 |
| commit | 3dbae267efc5670b6f3af841927e624769faebd0 (patch) | |
| tree | 66add5b11e11b5e7ba4b9fb99b1c66c0b830b94c /rust-mode.el | |
| parent | d0d3911db0d24e5c3515f6e0b5c9256acf82a18f (diff) | |
| download | rust-mode-3dbae267efc5670b6f3af841927e624769faebd0.tar.gz | |
Remove "iface" from vim and emacs modes.
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 2 |
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" |
