Update rust-mode.el with new keywords.

This commit is contained in:
Michael Sullivan 2012-08-02 10:08:17 -07:00
parent 8d7dfa44b0
commit 97601cafc5
1 changed files with 3 additions and 3 deletions

View File

@ -58,15 +58,15 @@
(puthash word 'def table))
(dolist (word '("again" "assert"
"break"
"check" "claim" "copy"
"copy"
"do" "drop"
"else" "export" "extern"
"fail" "for"
"if" "import"
"let" "log" "loop"
"new"
"move" "new"
"pure"
"ret"
"return"
"unchecked" "unsafe"
"while"))
(puthash word t table))