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

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

[nongnu] elpa/rust-mode fb23ccc 003/486: emacs: Make 'mut' a keyword


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode fb23ccc 003/486: emacs: Make 'mut' a keyword
Date: Sat, 7 Aug 2021 09:24:36 -0400 (EDT)

branch: elpa/rust-mode
commit fb23ccc497425642316e851cb48a3f4106877218
Author: Brian Anderson <banderson@mozilla.com>
Commit: Brian Anderson <banderson@mozilla.com>

    emacs: Make 'mut' a keyword
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 00b6501..7dc37bc 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -55,7 +55,7 @@
     (dolist (word '("mod" "type" "resource" "fn" "enum" "iface" "impl"))
       (puthash word 'def table))
     (dolist (word '("if" "else" "while" "do" "for" "break" "cont" "ret" "be" 
"fail" "const"
-                    "check" "assert" "claim" "prove" "native" "import" 
"export" "let" "log"
+                    "check" "assert" "claim" "prove" "native" "import" 
"export" "let" "mut" "log"
                     "use" "pure" "unsafe"))
       (puthash word t table))
     (puthash "alt" 'alt table)



reply via email to

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