diff options
Diffstat (limited to 'crates/hir_expand')
-rw-r--r-- | crates/hir_expand/src/name.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/hir_expand/src/name.rs b/crates/hir_expand/src/name.rs index 5a5dc9afd..ef67ea2e9 100644 --- a/crates/hir_expand/src/name.rs +++ b/crates/hir_expand/src/name.rs | |||
@@ -164,6 +164,8 @@ pub mod known { | |||
164 | doc, | 164 | doc, |
165 | cfg, | 165 | cfg, |
166 | cfg_attr, | 166 | cfg_attr, |
167 | register_attr, | ||
168 | register_tool, | ||
167 | // Components of known path (value or mod name) | 169 | // Components of known path (value or mod name) |
168 | std, | 170 | std, |
169 | core, | 171 | core, |