Skip to content

Commit d5c1624

Browse files
committed
clippy workaround
1 parent c249669 commit d5c1624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rust/cryptography-x509/src/pkcs7.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pub struct ContentInfo<'a> {
1717
pub content: Content<'a>,
1818
}
1919

20+
#[allow(clippy::large_enum_variant)]
2021
#[derive(asn1::Asn1DefinedByWrite, asn1::Asn1DefinedByRead)]
2122
pub enum Content<'a> {
2223
#[defined_by(PKCS7_ENVELOPED_DATA_OID)]

0 commit comments

Comments
 (0)