Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
working to remove more clippy issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
nharper32 committed Dec 9, 2021
1 parent 19a4941 commit 8c3ca0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agent/onefuzz/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ impl ManagedIdentityCredentials {
#[derive(Clone, Debug, Deserialize)]
struct ManagedIdentityAccessTokenBody {
access_token: Secret<String>,
resource: String,
}

impl From<ManagedIdentityAccessTokenBody> for AccessToken {
Expand Down

0 comments on commit 8c3ca0f

Please sign in to comment.