From 2734357671555d7c16d1702fee77d0a4028a65af Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 15 Jun 2021 18:41:04 -0400 Subject: [PATCH] Remove empty doc comment line Co-authored-by: teor --- zebra-chain/src/primitives/redpallas/batch.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/zebra-chain/src/primitives/redpallas/batch.rs b/zebra-chain/src/primitives/redpallas/batch.rs index 1857e24a..06e33713 100644 --- a/zebra-chain/src/primitives/redpallas/batch.rs +++ b/zebra-chain/src/primitives/redpallas/batch.rs @@ -16,7 +16,6 @@ //! at the cost of higher latency (the entire batch must complete), complexity of //! caller code (which must assemble a batch of signatures across work-items), //! and loss of the ability to easily pinpoint failing signatures. -//! use std::convert::TryFrom;