Skip to content

Commit 6482f56

Browse files
authored
Add keyword raw (#585)
Append the keywords list to Include the raw borrow operator, stabilized in Rust 2024. https://doc.rust-lang.org/reference/expressions/operator-expr.html#raw-borrow-operators
1 parent 668069a commit 6482f56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust-prog-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ See `prettify-symbols-compose-predicate'."
188188
"let" "loop"
189189
"match" "mod" "move" "mut"
190190
"priv" "pub"
191-
"ref" "return"
191+
"raw" "ref" "return"
192192
"self" "static" "struct" "super"
193193
"true" "trait" "type" "try"
194194
"use"

0 commit comments

Comments
 (0)