cargo::core::profiles

Function 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).