From 50e55e41d547fcf4b659c9f2e2010610b396d7b5 Mon Sep 17 00:00:00 2001 From: Michael Sullivan Date: Tue, 7 Aug 2012 12:35:23 -0700 Subject: Add 'static' to rust-mode.el. --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3