Skip to content

Commit

Permalink
fixup doc build?
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Oct 26, 2023
1 parent 8a6d458 commit a770114
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion webauthn-authenticator-rs/src/usb/solokey.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
use async_trait::async_trait;
use uuid::Uuid;

#[cfg(any(
all(doc, not(doctest)),
all(feature = "usb", feature = "vendor-solokey")
))]
use crate::transport::solokey::{CMD_LOCK, CMD_RANDOM, CMD_UUID, CMD_VERSION};

use crate::{
prelude::WebauthnCError,
transport::{
solokey::{SoloKeyToken, CMD_LOCK, CMD_RANDOM, CMD_UUID, CMD_VERSION},
solokey::SoloKeyToken,
types::{U2FError, U2FHID_ERROR},
},
usb::framing::U2FHIDFrame,
Expand Down

0 comments on commit a770114

Please sign in to comment.