Skip to content

Commit ca96bac

Browse files
committed
config: privatize some Cfg fields
1 parent 8cfc0ec commit ca96bac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,13 @@ pub(crate) struct Cfg<'a> {
234234
pub profile_override: Option<Profile>,
235235
pub rustup_dir: PathBuf,
236236
pub settings_file: SettingsFile,
237-
pub fallback_settings: Option<FallbackSettings>,
237+
fallback_settings: Option<FallbackSettings>,
238238
pub toolchains_dir: PathBuf,
239-
pub update_hash_dir: PathBuf,
239+
update_hash_dir: PathBuf,
240240
pub download_dir: PathBuf,
241241
pub tmp_cx: temp::Context,
242242
pub toolchain_override: Option<ResolvableToolchainName>,
243-
pub env_override: Option<LocalToolchainName>,
243+
env_override: Option<LocalToolchainName>,
244244
pub dist_root_url: String,
245245
pub quiet: bool,
246246
pub current_dir: PathBuf,

0 commit comments

Comments
 (0)