summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkngwyu <yuji.kngw.80s.revive@gmail.com>2018-02-12 11:47:02 +0900
committerkngwyu <yuji.kngw.80s.revive@gmail.com>2018-02-12 11:47:02 +0900
commit2fe1f9d481df82b792478ae65d5989a5b317f4fe (patch)
tree222b20fe292a9935d8488131790265b76d67fd87
parentcfb440810a010b099e7196f8701c9d990a3641d8 (diff)
downloadrust-mode-2fe1f9d481df82b792478ae65d5989a5b317f4fe.tar.gz
add dyn to keywords
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 4fc1783..a5987ed 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -525,7 +525,7 @@ buffer."
'("as"
"box" "break"
"const" "continue" "crate"
- "do"
+ "do" "dyn"
"else" "enum" "extern"
"false" "fn" "for"
"if" "impl" "in"