Skip to content

Commit c5ed5ba

Browse files
committed
remove "use" from rust-top-item-beg-re
close #283
1 parent 541786c commit c5ed5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ See `prettify-symbols-compose-predicate'."
319319
(rust-re-shy (concat (rust-re-shy rust-re-async-or-const) "[[:space:]]+")) "?"
320320
(rust-re-shy (concat (rust-re-shy rust-re-unsafe) "[[:space:]]+")) "?"
321321
(regexp-opt
322-
'("enum" "struct" "union" "type" "mod" "use" "fn" "static" "impl"
322+
'("enum" "struct" "union" "type" "mod" "fn" "static" "impl"
323323
"extern" "trait" "async"))
324324
"\\_>")
325325
"Start of a Rust item.")

0 commit comments

Comments
 (0)