diff --git a/identity_credential/src/revocation/mod.rs b/identity_credential/src/revocation/mod.rs index 7bd376d3b9..d87dab96a0 100644 --- a/identity_credential/src/revocation/mod.rs +++ b/identity_credential/src/revocation/mod.rs @@ -1,7 +1,8 @@ // Copyright 2020-2023 IOTA Stiftung // SPDX-License-Identifier: Apache-2.0 -//! Contains the implementations for all the credential revocation methods that can be used with IOTA's Identity framework. +//! Contains the implementations for all the credential revocation methods that can be used with IOTA's Identity +//! framework. mod bitmap; mod document_ext;