diff options
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el index 66cc3c3..f30cfaf 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -134,7 +134,7 @@ "if" "impl" "in" "let" "loop" "match" "mod" "mut" - "priv" "pub" + "priv" "proc" "pub" "ref" "return" "self" "static" "struct" "super" "true" "trait" "type" |
