Skip to content

Commit

Permalink
One line fix - missing cfg (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear authored Dec 5, 2023
1 parent 5f4db41 commit 142e8d7
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 142e8d7

Please sign in to comment.