diff --git a/webauthn-authenticator-rs/src/transport/solokey.rs b/webauthn-authenticator-rs/src/transport/solokey.rs index 402aa3c1..4fb30edd 100644 --- a/webauthn-authenticator-rs/src/transport/solokey.rs +++ b/webauthn-authenticator-rs/src/transport/solokey.rs @@ -61,6 +61,7 @@ pub trait SoloKeyToken { } #[async_trait] +#[allow(clippy::unimplemented)] impl SoloKeyToken for AnyToken { async fn get_solokey_lock(&mut self) -> Result { match self {