branch: elpa/rust-mode
commit e9b1bfe2fea4e4666c12dabc008f807064e641b4
Author: Brian Anderson <[email protected]>
Commit: Brian Anderson <[email protected]>
Add 'do' to rust-mode
---
rust-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rust-mode.el b/rust-mode.el
index e8240ae..86e5f86 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -59,7 +59,7 @@
(dolist (word '("assert"
"break"
"check" "claim" "cont" "copy"
- "drop"
+ "do" "drop"
"else" "export" "extern"
"fail" "for"
"if" "import"