Skip to content

Commit b24f816

Browse files
Fix visibility issues
1 parent ba65d25 commit b24f816

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/rust-analyzer/src/cli/load_cargo.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ use vfs::{loader::Handle, AbsPath, AbsPathBuf};
1414

1515
use crate::reload::{ProjectFolders, SourceRootConfig};
1616

17-
pub struct LoadCargoConfig {
18-
pub load_out_dirs_from_check: bool,
19-
pub wrap_rustc: bool,
20-
pub with_proc_macro: bool,
17+
pub(crate) struct LoadCargoConfig {
18+
pub(crate) load_out_dirs_from_check: bool,
19+
pub(crate) wrap_rustc: bool,
20+
pub(crate) with_proc_macro: bool,
2121
}
2222

23-
pub fn load_workspace_at(
23+
pub(crate) fn load_workspace_at(
2424
root: &Path,
2525
cargo_config: &CargoConfig,
2626
load_config: &LoadCargoConfig,

0 commit comments

Comments
 (0)