Function cargo::core::profiles::merge_profile
source ยท 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
).