Skip to content

Commit 5f23f8c

Browse files
author
Jonas Schievink
committed
Make find_path_inner private again
1 parent f085e59 commit 5f23f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_hir_def/src/find_path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl ModPath {
3737
}
3838
}
3939

40-
pub(crate) fn find_path_inner(
40+
fn find_path_inner(
4141
db: &dyn DefDatabase,
4242
item: ItemInNs,
4343
from: ModuleId,

0 commit comments

Comments
 (0)