From 8ab83871b77c6b58bc89c8564e6a50933d8ea53e Mon Sep 17 00:00:00 2001 From: nanocryk <nanocryk@ifee.fr> Date: Tue, 20 Feb 2018 19:12:07 +0100 Subject: [PATCH] [enh] Remove "not done yet" in docs --- protocol/blockchain/v10/documents/identity.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protocol/blockchain/v10/documents/identity.rs b/protocol/blockchain/v10/documents/identity.rs index f50b0d12..8b733759 100644 --- a/protocol/blockchain/v10/documents/identity.rs +++ b/protocol/blockchain/v10/documents/identity.rs @@ -31,8 +31,7 @@ lazy_static! { /// Wrap an Identity document. /// -/// Must be created by parsing a text document (not done yet) -/// or using a builder (not done yet). +/// Must be created by parsing a text document or using a builder. #[derive(Debug, Clone)] pub struct IdentityDocument { /// Document as text. -- GitLab