From 3dbae267efc5670b6f3af841927e624769faebd0 Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Tue, 31 Jul 2012 10:40:27 -0700 Subject: Remove "iface" from vim and emacs modes. --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-mode.el') 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" -- cgit v1.2.3