From fdb67ef00a232d3b2d63d4cde8ab1f40b7990342 Mon Sep 17 00:00:00 2001 From: Metaflame Date: Thu, 12 Mar 2026 17:07:37 +0100 Subject: [PATCH] Remove unimplemented method --- src/lib.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 2917a23..75d1875 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -97,11 +97,11 @@ impl Did { // } // } - /// Constructs a [`Did`] from a plain `did:plc` identifier (only the part after `did:plc:`). - pub fn from_plc_ident(_ident: &str) -> Option { - todo!("Reimplement or remove") - // plc_ident_to_bytes(ident).map(DidInner::Plc).map(Did) - } + // /// Constructs a [`Did`] from a plain `did:plc` identifier (only the part after `did:plc:`). + // pub fn from_plc_ident(_ident: &str) -> Option { + // todo!("Reimplement or remove") + // // plc_ident_to_bytes(ident).map(DidInner::Plc).map(Did) + // } /// Constructs a [`Did`] directly from the identifier's bytes. pub fn from_plc_bytes(bytes: [u8; 15]) -> Self { -- 2.51.2