Make find_path_inner private again

This commit is contained in:
Jonas Schievink 2020-06-05 13:11:53 +02:00
parent f085e592fe
commit 5f23f8ca44

View file

@ -37,7 +37,7 @@ impl ModPath {
}
}
pub(crate) fn find_path_inner(
fn find_path_inner(
db: &dyn DefDatabase,
item: ItemInNs,
from: ModuleId,