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

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

[nongnu] elpa/rust-mode abadab0 009/486: Update rust-mode.el with new ke


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode abadab0 009/486: Update rust-mode.el with new keywords.
Date: Sat, 7 Aug 2021 09:24:37 -0400 (EDT)

branch: elpa/rust-mode
commit abadab063b9ac01b2139f55835d22dd447896398
Author: Michael Sullivan <sully@msully.net>
Commit: Michael Sullivan <sully@msully.net>

    Update rust-mode.el with new keywords.
---
 rust-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rust-mode.el b/rust-mode.el
index 64a6a84..e4b2c83 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -58,15 +58,15 @@
       (puthash word 'def table))
     (dolist (word '("again" "assert"
                     "break"
-                    "check" "claim" "copy"
+                    "copy"
                     "do" "drop"
                     "else" "export" "extern"
                     "fail" "for"
                     "if" "import"
                     "let" "log" "loop"
-                    "new"
+                    "move" "new"
                     "pure"
-                    "ret"
+                    "return"
                     "unchecked" "unsafe"
                     "while"))
       (puthash word t table))



reply via email to

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