diff options
Diffstat (limited to 'rust-mode.el')
| -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 c79ca52..94fc905 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -70,7 +70,7 @@ "unchecked" "unsafe" "while")) (puthash word t table)) - (puthash "alt" 'alt table) + (puthash "match" 'alt table) (dolist (word '("true" "false")) (puthash word 'atom table)) table)) ;; FIXME type-context keywords |
