summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index ebc2bbc..6da7db5 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.")