We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541786c commit c5ed5baCopy full SHA for c5ed5ba
rust-mode.el
@@ -319,7 +319,7 @@ See `prettify-symbols-compose-predicate'."
319
(rust-re-shy (concat (rust-re-shy rust-re-async-or-const) "[[:space:]]+")) "?"
320
(rust-re-shy (concat (rust-re-shy rust-re-unsafe) "[[:space:]]+")) "?"
321
(regexp-opt
322
- '("enum" "struct" "union" "type" "mod" "use" "fn" "static" "impl"
+ '("enum" "struct" "union" "type" "mod" "fn" "static" "impl"
323
"extern" "trait" "async"))
324
"\\_>")
325
"Start of a Rust item.")
0 commit comments