From aa3ee6a7a35c7aef9f9e0ccc10504fe605a62689 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 21 Sep 2012 18:25:51 -0700 Subject: rust-mode: Add pub and priv --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-mode.el') 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")) -- cgit v1.2.3