Skip to content
Snippets Groups Projects
Unverified Commit a61d0008 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

delete invalid comment (#685)

parent cd5def41
Branches
Tags
No related merge requests found
...@@ -95,7 +95,6 @@ pub fn merge_in(base: &mut ProfileSet, raw_profile_set: RawProfileSet, kind: Fil ...@@ -95,7 +95,6 @@ pub fn merge_in(base: &mut ProfileSet, raw_profile_set: RawProfileSet, kind: Fil
// When normalizing profiles, profiles should be merged. However, `[profile default]` and // When normalizing profiles, profiles should be merged. However, `[profile default]` and
// `[default]` are considered two separate profiles. Furthermore, `[profile default]` fully // `[default]` are considered two separate profiles. Furthermore, `[profile default]` fully
// replaces any contents of `[default]`! // replaces any contents of `[default]`!
// for each profile in the raw set of profiles, normalize, then merge it into the base set
if ignore_unprefixed_default if ignore_unprefixed_default
&& profile_name.name == DEFAULT && profile_name.name == DEFAULT
&& !profile_name.has_profile_prefix && !profile_name.has_profile_prefix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment