Commit ea7652fe authored by Landon James's avatar Landon James
Browse files

Updating clippy lint in aws-config for new MSRV

parent 68704b10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ impl EnvironmentVariableCredentialsProvider {
                .get("AWS_SESSION_TOKEN")
                .ok()
                .and_then(|token| match token.trim() {
                    s if s.is_empty() => None,
                    "" => None,
                    s => Some(s.to_string()),
                });
        Ok(Credentials::new(