We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfc0ec commit ca96bacCopy full SHA for ca96bac
src/config.rs
@@ -234,13 +234,13 @@ pub(crate) struct Cfg<'a> {
234
pub profile_override: Option<Profile>,
235
pub rustup_dir: PathBuf,
236
pub settings_file: SettingsFile,
237
- pub fallback_settings: Option<FallbackSettings>,
+ fallback_settings: Option<FallbackSettings>,
238
pub toolchains_dir: PathBuf,
239
- pub update_hash_dir: PathBuf,
+ update_hash_dir: PathBuf,
240
pub download_dir: PathBuf,
241
pub tmp_cx: temp::Context,
242
pub toolchain_override: Option<ResolvableToolchainName>,
243
- pub env_override: Option<LocalToolchainName>,
+ env_override: Option<LocalToolchainName>,
244
pub dist_root_url: String,
245
pub quiet: bool,
246
pub current_dir: PathBuf,
0 commit comments