diff --git a/webauthn-authenticator-rs/src/usb/solokey.rs b/webauthn-authenticator-rs/src/usb/solokey.rs index d15baf9c..323061bf 100644 --- a/webauthn-authenticator-rs/src/usb/solokey.rs +++ b/webauthn-authenticator-rs/src/usb/solokey.rs @@ -1,10 +1,7 @@ use async_trait::async_trait; use uuid::Uuid; -#[cfg(any( - all(doc, not(doctest)), - all(feature = "usb", feature = "vendor-solokey") -))] +#[cfg(all(feature = "usb", feature = "vendor-solokey"))] use crate::transport::solokey::{CMD_LOCK, CMD_RANDOM, CMD_UUID, CMD_VERSION}; use crate::{