Skip to content

Commit

Permalink
Remove Clone from ProfileParseError
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Oct 22, 2022
1 parent dff97c4 commit 755859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rust-runtime/aws-config/src/profile/parser/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct Location {
}

/// An error encountered while parsing a profile
#[derive(Debug, Clone)]
#[derive(Debug)]
pub struct ProfileParseError {
/// Location where this error occurred
location: Location,
Expand Down

0 comments on commit 755859a

Please sign in to comment.