From a61d00080d5aae865b0880fb3b8a0d262dfb19dd Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Thu, 2 Sep 2021 12:52:22 -0400 Subject: [PATCH] delete invalid comment (#685) --- aws/rust-runtime/aws-config/src/profile/parser/normalize.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/aws/rust-runtime/aws-config/src/profile/parser/normalize.rs b/aws/rust-runtime/aws-config/src/profile/parser/normalize.rs index 74033726c..5e4b86417 100644 --- a/aws/rust-runtime/aws-config/src/profile/parser/normalize.rs +++ b/aws/rust-runtime/aws-config/src/profile/parser/normalize.rs @@ -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 // `[default]` are considered two separate profiles. Furthermore, `[profile default]` fully // 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 && profile_name.name == DEFAULT && !profile_name.has_profile_prefix -- GitLab