diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-21 18:25:51 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-21 18:25:51 -0700 |
| commit | aa3ee6a7a35c7aef9f9e0ccc10504fe605a62689 (patch) | |
| tree | 8ede035425392c20e0bf37a4e461aaa0ad5feadb /rust-mode.el | |
| parent | c3c5f1cf0afda41778e385c108bb6952bfbad360 (diff) | |
| download | rust-mode-aa3ee6a7a35c7aef9f9e0ccc10504fe605a62689.tar.gz | |
rust-mode: Add pub and priv
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 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")) |
