mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Make find_path_inner
private again
This commit is contained in:
parent
f085e592fe
commit
5f23f8ca44
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ impl ModPath {
|
|||
}
|
||||
}
|
||||
|
||||
pub(crate) fn find_path_inner(
|
||||
fn find_path_inner(
|
||||
db: &dyn DefDatabase,
|
||||
item: ItemInNs,
|
||||
from: ModuleId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue