summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-09-21 18:25:51 -0700
committerBrian Anderson <banderson@mozilla.com>2012-09-21 18:25:51 -0700
commitaa3ee6a7a35c7aef9f9e0ccc10504fe605a62689 (patch)
tree8ede035425392c20e0bf37a4e461aaa0ad5feadb
parentc3c5f1cf0afda41778e385c108bb6952bfbad360 (diff)
downloadrust-mode-aa3ee6a7a35c7aef9f9e0ccc10504fe605a62689.tar.gz
rust-mode: Add pub and priv
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 1f9a8df..9a9b92d 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -69,7 +69,7 @@
"if" "use"
"let" "log" "loop"
"move" "new"
- "pure"
+ "pure" "pub" "priv"
"return" "static"
"unchecked" "unsafe"
"while"))