Skip to content

Commit cf3f3a5

Browse files
committed
Fix lint on AwsCredential unused fields
1 parent e2a5080 commit cf3f3a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/auth/aws.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ fn non_empty(s: Option<String>) -> Option<String> {
249249
}
250250
}
251251

252+
#[allow(dead_code)]
252253
impl AwsCredential {
253254
/// Derives the credentials for an authentication attempt given the set of credentials the user
254255
/// passed in.

0 commit comments

Comments
 (0)