Skip to content

Commit

Permalink
Update suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Gautier <[email protected]>
  • Loading branch information
enri1196 and baloo authored Nov 19, 2023
1 parent 4e4f371 commit 8004a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/src/timestamped_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub type TimeStampTokenEvidence = Vec<TimeStampAndCRL>;
/// ```
#[derive(Clone, Debug, Eq, PartialEq, Sequence)]
#[allow(missing_docs)]
pub struct TimeStampAndCRL {
pub struct TimeStampAndCrl {
pub time_stamp: TimeStampToken,
#[asn1(optional = "true")]
pub crl: Option<CertificateList>,
Expand Down

0 comments on commit 8004a37

Please sign in to comment.