diff --git a/aws/rust-runtime/aws-config/src/profile/parser/parse.rs b/aws/rust-runtime/aws-config/src/profile/parser/parse.rs index 1d3c3acb057..4d5999ceec3 100644 --- a/aws/rust-runtime/aws-config/src/profile/parser/parse.rs +++ b/aws/rust-runtime/aws-config/src/profile/parser/parse.rs @@ -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,