Skip to content

Commit

Permalink
One line fix - missing cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear committed Dec 5, 2023
1 parent 5f4db41 commit b33699f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webauthn-rs/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ impl PartialEq for AttestedPasskey {
}
}

#[cfg(feature = "attestation")]
impl Eq for AttestedPasskey {}

#[cfg(feature = "attestation")]
Expand Down

0 comments on commit b33699f

Please sign in to comment.