mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
reduce visibility
This commit is contained in:
parent
1272e6cb88
commit
2fd25e2d98
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ pub fn load_cargo(
|
||||||
Ok((host, vfs))
|
Ok((host, vfs))
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn load(
|
fn load(
|
||||||
crate_graph: CrateGraph,
|
crate_graph: CrateGraph,
|
||||||
source_root_config: SourceRootConfig,
|
source_root_config: SourceRootConfig,
|
||||||
vfs: &mut vfs::Vfs,
|
vfs: &mut vfs::Vfs,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue