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

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

[nongnu] elpa/rust-mode c5ed5baac2 1/2: remove "use" from rust-top-item-


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode c5ed5baac2 1/2: remove "use" from rust-top-item-beg-re
Date: Sat, 8 Jan 2022 13:58:43 -0500 (EST)

branch: elpa/rust-mode
commit c5ed5baac29e4c89590464ee352efaf14c4b182d
Author: brotzeit <brotzeitmacher@gmail.com>
Commit: brotzeit <brotzeitmacher@gmail.com>

    remove "use" from rust-top-item-beg-re
    
    close #283
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index ebc2bbc344..6da7db552e 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -319,7 +319,7 @@ See `prettify-symbols-compose-predicate'."
           (rust-re-shy (concat (rust-re-shy rust-re-async-or-const) 
"[[:space:]]+")) "?"
           (rust-re-shy (concat (rust-re-shy rust-re-unsafe) "[[:space:]]+")) 
"?"
           (regexp-opt
-           '("enum" "struct" "union" "type" "mod" "use" "fn" "static" "impl"
+           '("enum" "struct" "union" "type" "mod" "fn" "static" "impl"
              "extern" "trait" "async"))
           "\\_>")
   "Start of a Rust item.")



reply via email to

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