From 105043341ddd69203eb30db33edcfeb4d45b7b86 Mon Sep 17 00:00:00 2001 From: Michael Farrell Date: Thu, 26 Oct 2023 12:17:04 +1000 Subject: [PATCH] allow unimplemented --- webauthn-authenticator-rs/src/transport/solokey.rs | 1 + 1 file changed, 1 insertion(+) 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 {