rust-mode: Add pub and priv

This commit is contained in:
Brian Anderson 2012-09-21 18:25:51 -07:00
parent dffe188991
commit 49af969e2c

View File

@ -69,7 +69,7 @@
"if" "use"
"let" "log" "loop"
"move" "new"
"pure"
"pure" "pub" "priv"
"return" "static"
"unchecked" "unsafe"
"while"))