Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Smithy Rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Repositories
Smithy Rust
Commits
a61d0008
Unverified
Commit
a61d0008
authored
3 years ago
by
Russell Cohen
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
delete invalid comment (#685)
parent
cd5def41
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
aws/rust-runtime/aws-config/src/profile/parser/normalize.rs
+0
-1
0 additions, 1 deletion
aws/rust-runtime/aws-config/src/profile/parser/normalize.rs
with
0 additions
and
1 deletion
aws/rust-runtime/aws-config/src/profile/parser/normalize.rs
+
0
−
1
View file @
a61d0008
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment