mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Remove pub
This commit is contained in:
parent
e16d9dc5bd
commit
51f68863b1
1 changed files with 2 additions and 2 deletions
|
@ -527,7 +527,7 @@ impl Resolver {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ModuleItemMap {
|
impl ModuleItemMap {
|
||||||
pub fn resolve_path_in_value_ns(
|
fn resolve_path_in_value_ns(
|
||||||
&self,
|
&self,
|
||||||
db: &dyn DefDatabase,
|
db: &dyn DefDatabase,
|
||||||
path: &ModPath,
|
path: &ModPath,
|
||||||
|
@ -557,7 +557,7 @@ impl ModuleItemMap {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn resolve_path_in_type_ns(
|
fn resolve_path_in_type_ns(
|
||||||
&self,
|
&self,
|
||||||
db: &dyn DefDatabase,
|
db: &dyn DefDatabase,
|
||||||
path: &ModPath,
|
path: &ModPath,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue