branch: elpa/rust-mode
commit c3c5f1cf0afda41778e385c108bb6952bfbad360
Author: Niko Matsakis <[email protected]>
Commit: Niko Matsakis <[email protected]>
emacs mode: include use as a keyword
---
rust-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rust-mode.el b/rust-mode.el
index c2d1ac0..1f9a8df 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -66,7 +66,7 @@
"do" "drop"
"else" "export" "extern"
"fail" "for"
- "if" "import"
+ "if" "use"
"let" "log" "loop"
"move" "new"
"pure"