From 13b05c170ac0b77e160d02cf4c995fff6d2a6ee9 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Sun, 2 Apr 2023 20:27:45 -0300 Subject: [PATCH] remove old comment (#6439) --- zebra-utils/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/zebra-utils/src/lib.rs b/zebra-utils/src/lib.rs index d811cf1cd..207e09493 100644 --- a/zebra-utils/src/lib.rs +++ b/zebra-utils/src/lib.rs @@ -1,6 +1,4 @@ //! Utilities for Zebra development, not for library or application users. -//! -//! Currently this consists only of the zebra-checkpoints binary. #![doc(html_favicon_url = "https://zfnd.org/wp-content/uploads/2022/03/zebra-favicon-128.png")] #![doc(html_logo_url = "https://zfnd.org/wp-content/uploads/2022/03/zebra-icon.png")] #![doc(html_root_url = "https://doc.zebra.zfnd.org/zebra_utils")]