diff options
Diffstat (limited to 'crates/hir_def/src/item_tree')
-rw-r--r-- | crates/hir_def/src/item_tree/lower.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_def/src/item_tree/lower.rs b/crates/hir_def/src/item_tree/lower.rs index 5247379c5..ead7cd7a4 100644 --- a/crates/hir_def/src/item_tree/lower.rs +++ b/crates/hir_def/src/item_tree/lower.rs | |||
@@ -577,7 +577,7 @@ impl Ctx { | |||
577 | &self.hygiene, | 577 | &self.hygiene, |
578 | |path, _use_tree, is_glob, alias| { | 578 | |path, _use_tree, is_glob, alias| { |
579 | imports.push(id(tree.imports.alloc(Import { | 579 | imports.push(id(tree.imports.alloc(Import { |
580 | path, | 580 | path: Interned::new(path), |
581 | alias, | 581 | alias, |
582 | visibility, | 582 | visibility, |
583 | is_glob, | 583 | is_glob, |