rust-mode: Add 'ref' keyword

This commit is contained in:
Brian Anderson 2012-09-28 12:41:23 -07:00
parent 7e8c363da8
commit 6c15dd6d82
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
"let" "log" "loop"
"move" "new"
"pure" "pub" "priv"
"return" "static"
"ref" "return" "static"
"unchecked" "unsafe"
"while"))
(puthash word t table))