Skip to content

Commit

Permalink
allow unimplemented
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Oct 26, 2023
1 parent a770114 commit 1050433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webauthn-authenticator-rs/src/transport/solokey.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pub trait SoloKeyToken {
}

#[async_trait]
#[allow(clippy::unimplemented)]
impl SoloKeyToken for AnyToken {
async fn get_solokey_lock(&mut self) -> Result<bool, WebauthnCError> {
match self {
Expand Down

0 comments on commit 1050433

Please sign in to comment.