diff options
Diffstat (limited to 'crates/hir_def/src/path.rs')
-rw-r--r-- | crates/hir_def/src/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_def/src/path.rs b/crates/hir_def/src/path.rs index 45ab9d0ff..d9ec03d2d 100644 --- a/crates/hir_def/src/path.rs +++ b/crates/hir_def/src/path.rs | |||
@@ -71,7 +71,7 @@ impl ModPath { | |||
71 | } | 71 | } |
72 | 72 | ||
73 | /// Calls `cb` with all paths, represented by this use item. | 73 | /// Calls `cb` with all paths, represented by this use item. |
74 | pub(crate) fn expand_use_item( | 74 | pub fn expand_use_item( |
75 | db: &dyn DefDatabase, | 75 | db: &dyn DefDatabase, |
76 | item_src: InFile<ast::Use>, | 76 | item_src: InFile<ast::Use>, |
77 | hygiene: &Hygiene, | 77 | hygiene: &Hygiene, |