Skip to content

Commit

Permalink
doc fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Oct 26, 2023
1 parent c8f38d1 commit 98285b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webauthn-authenticator-rs/src/usb/solokey.rs
Original file line number Diff line number Diff line change
@@ -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::{
Expand Down

0 comments on commit 98285b8

Please sign in to comment.