We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b42e5 commit 26d8a74Copy full SHA for 26d8a74
rust/rbac-registration/src/cardano/cip509/mod.rs
@@ -3,6 +3,7 @@
3
//! CDDL Reference: <https://github.com/input-output-hk/catalyst-CIPs/blob/x509-envelope-metadata/CIP-XXXX/x509-envelope.cddl>
4
5
pub use cip509::Cip509;
6
+#[allow(clippy::module_name_repetitions)]
7
pub use rbac::{C509Cert, Cip509RbacMetadata, SimplePublicKeyType, X509DerCert};
8
pub use types::{
9
CertKeyHash, KeyLocalRef, LocalRefInt, Payment, PaymentHistory, PointTxnIdx, RoleData,
0 commit comments