Skip to content

Commit 26d8a74

Browse files
Fix Clippy
1 parent 35b42e5 commit 26d8a74

File tree

1 file changed

+1
-0
lines changed
  • rust/rbac-registration/src/cardano/cip509

1 file changed

+1
-0
lines changed

rust/rbac-registration/src/cardano/cip509/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//! CDDL Reference: <https://github.com/input-output-hk/catalyst-CIPs/blob/x509-envelope-metadata/CIP-XXXX/x509-envelope.cddl>
44
55
pub use cip509::Cip509;
6+
#[allow(clippy::module_name_repetitions)]
67
pub use rbac::{C509Cert, Cip509RbacMetadata, SimplePublicKeyType, X509DerCert};
78
pub use types::{
89
CertKeyHash, KeyLocalRef, LocalRefInt, Payment, PaymentHistory, PointTxnIdx, RoleData,

0 commit comments

Comments
 (0)