mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 22:16:53 +00:00
Make find_path_inner
private again
This commit is contained in:
parent
f085e592fe
commit
5f23f8ca44
@ -37,7 +37,7 @@ impl ModPath {
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn find_path_inner(
|
||||
fn find_path_inner(
|
||||
db: &dyn DefDatabase,
|
||||
item: ItemInNs,
|
||||
from: ModuleId,
|
||||
|
Loading…
Reference in New Issue
Block a user