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

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

[nongnu] elpa/rust-mode e9b1bfe 006/486: Add 'do' to rust-mode


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode e9b1bfe 006/486: Add 'do' to rust-mode
Date: Sat, 7 Aug 2021 09:24:36 -0400 (EDT)

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

    Add 'do' to rust-mode
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index e8240ae..86e5f86 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -59,7 +59,7 @@
     (dolist (word '("assert"
                     "break"
                     "check" "claim" "cont" "copy"
-                    "drop"
+                    "do" "drop"
                     "else" "export" "extern"
                     "fail" "for"
                     "if" "import"



reply via email to

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