diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2014-11-26 10:03:11 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2014-12-14 04:21:57 -0500 |
| commit | 079f0c2e36a6f7b25b3c2a0d9d64a0ef6e1816c4 (patch) | |
| tree | 103c89e845e7a4712e2f3c13a06f92282aa44542 | |
| parent | 0b9a7e0d77cd4fb8338181a767f4ec7eac0206c5 (diff) | |
| download | rust-mode-079f0c2e36a6f7b25b3c2a0d9d64a0ef6e1816c4.tar.gz | |
Update emacs and vi modes.
| -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 0d0e4b3..6917e9e 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -174,7 +174,7 @@ "if" "impl" "in" "let" "loop" "match" "mod" "move" "mut" - "priv" "proc" "pub" + "priv" "pub" "ref" "return" "self" "static" "struct" "super" "true" "trait" "type" |
