Skip to content

Commit

Permalink
fix doc cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Progdrasil committed Jul 25, 2024
1 parent 80f7e40 commit b7b2772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passkey-authenticator/src/authenticator/extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use passkey_types::{
mod hmac_secret;
pub use hmac_secret::{HmacSecretConfig, HmacSecretCredentialSupport};

#[cfg(docs)]
#[cfg(doc)]
use passkey_types::webauthn;

use crate::Authenticator;
Expand Down

0 comments on commit b7b2772

Please sign in to comment.