mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Remove pub
This commit is contained in:
parent
e16d9dc5bd
commit
51f68863b1
@ -527,7 +527,7 @@ impl Resolver {
|
||||
}
|
||||
|
||||
impl ModuleItemMap {
|
||||
pub fn resolve_path_in_value_ns(
|
||||
fn resolve_path_in_value_ns(
|
||||
&self,
|
||||
db: &dyn DefDatabase,
|
||||
path: &ModPath,
|
||||
@ -557,7 +557,7 @@ impl ModuleItemMap {
|
||||
};
|
||||
}
|
||||
|
||||
pub fn resolve_path_in_type_ns(
|
||||
fn resolve_path_in_type_ns(
|
||||
&self,
|
||||
db: &dyn DefDatabase,
|
||||
path: &ModPath,
|
||||
|
Loading…
Reference in New Issue
Block a user