Skip to content

Commit

Permalink
Implement Copy for ctap2::AttestationStatementFormat
Browse files Browse the repository at this point in the history
This change was accidentally removed from
#51 during a rebase.
  • Loading branch information
robin-nitrokey committed Jun 27, 2024
1 parent ff20dfb commit 72eb68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctap2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ pub enum AttestationStatement {
Packed(PackedAttestationStatement),
}

#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
#[derive(Copy, Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
#[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))]
#[non_exhaustive]
#[serde(into = "&str", try_from = "&str")]
Expand Down

0 comments on commit 72eb68b

Please sign in to comment.