Function merge
Source pub fn merge(base: &Profile, override_profile: &Profile) -> Profile
Expand description
Merges two profiles, with the second overriding the first.
§Arguments
base - The base profile
override_profile - The overriding profile
§Returns
A merged profile