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

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

[nongnu] elpa/rust-mode d0d3911 007/486: For #2229, recognize 'again' in


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode d0d3911 007/486: For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Date: Sat, 7 Aug 2021 09:24:37 -0400 (EDT)

branch: elpa/rust-mode
commit d0d3911db0d24e5c3515f6e0b5c9256acf82a18f
Author: Graydon Hoare <graydon@mozilla.com>
Commit: Graydon Hoare <graydon@mozilla.com>

    For #2229, recognize 'again' in place of 'cont', final change pending 
snapshot.
---
 rust-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rust-mode.el b/rust-mode.el
index 86e5f86..a9691a8 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -56,9 +56,9 @@
                                        "trait" "fn" "enum" "iface"
                                        "impl"))
       (puthash word 'def table))
-    (dolist (word '("assert"
+    (dolist (word '("again" "assert"
                     "break"
-                    "check" "claim" "cont" "copy"
+                    "check" "claim" "copy"
                     "do" "drop"
                     "else" "export" "extern"
                     "fail" "for"



reply via email to

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