summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'rust-mode.el')
-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"