fn merge_profile(profile: &mut Profile, toml: &TomlProfile)
Expand description
Merge the given TOML profile into the given Profile
.
Does not merge overrides (see merge_toml_overrides
).
fn merge_profile(profile: &mut Profile, toml: &TomlProfile)
Merge the given TOML profile into the given Profile
.
Does not merge overrides (see merge_toml_overrides
).