diff --git a/identity_resolver/src/resolution/resolver.rs b/identity_resolver/src/resolution/resolver.rs index f2a26dd391..78993070df 100644 --- a/identity_resolver/src/resolution/resolver.rs +++ b/identity_resolver/src/resolution/resolver.rs @@ -291,7 +291,7 @@ mod iota_handler { /// /// # Examples /// - /// ```no_run + /// ```ignore /// // Assume `smr_client` and `iota_client` are instances IOTA clients `iota_sdk::client::Client`. /// attach_multiple_iota_handlers(vec![("smr", smr_client), ("iota", iota_client)]); /// ```