emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 3dbae26 008/486: Remove "iface" from vim and ema


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 3dbae26 008/486: Remove "iface" from vim and emacs modes.
Date: Sat, 7 Aug 2021 09:24:37 -0400 (EDT)

branch: elpa/rust-mode
commit 3dbae267efc5670b6f3af841927e624769faebd0
Author: Lindsey Kuper <lindsey@rockstargirl.org>
Commit: Lindsey Kuper <lindsey@rockstargirl.org>

    Remove "iface" from vim and emacs modes.
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]