Skip to content

Commit

Permalink
Fix clippy for object_store
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jun 13, 2024
1 parent 3715d54 commit 61f8fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object_store/src/aws/credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ fn canonicalize_headers(header_map: &HeaderMap) -> (String, String) {
/// <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html>
#[derive(Debug)]
pub struct InstanceCredentialProvider {
#[allow(dead_code)]
pub cache: TokenCache<Arc<AwsCredential>>,
pub imdsv1_fallback: bool,
pub metadata_endpoint: String,
Expand Down

0 comments on commit 61f8fea

Please sign in to comment.