summaryrefslogtreecommitdiff
path: root/src/macro_rules/mod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro_rules/mod.cpp')
-rw-r--r--src/macro_rules/mod.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/macro_rules/mod.cpp b/src/macro_rules/mod.cpp
index 095763a8..56f75bde 100644
--- a/src/macro_rules/mod.cpp
+++ b/src/macro_rules/mod.cpp
@@ -138,7 +138,9 @@ bool is_token_item(eTokenType tt) {
case TOK_RWORD_ENUM:
case TOK_RWORD_TRAIT:
case TOK_RWORD_MOD:
- //case TOK_RWORD_IMPL:
+ case TOK_RWORD_USE:
+ case TOK_RWORD_EXTERN:
+ case TOK_RWORD_IMPL:
// TODO: more?
case TOK_INTERPOLATED_ITEM:
return true;