mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +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 {
|
||||
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 a new issue