diff options
| author | Michael Sullivan <sully@msully.net> | 2012-08-07 12:35:23 -0700 |
|---|---|---|
| committer | Michael Sullivan <sully@msully.net> | 2012-08-07 17:18:14 -0700 |
| commit | 50e55e41d547fcf4b659c9f2e2010610b396d7b5 (patch) | |
| tree | d15c3b335ae6de477f96f8875844533ea14cfb71 | |
| parent | 256de2342004ee854126c9fb98bdca62eb63042d (diff) | |
| download | rust-mode-50e55e41d547fcf4b659c9f2e2010610b396d7b5.tar.gz | |
Add 'static' 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 94fc905..6978685 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -66,7 +66,7 @@ "let" "log" "loop" "move" "new" "pure" - "return" + "return" "static" "unchecked" "unsafe" "while")) (puthash word t table)) |
