From 1a70d807b6cf44098ff41f0f9ff3041d82ff7132 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 23 Feb 2021 10:54:48 +1000 Subject: [PATCH] Revert "make sure peer/error.s comments are up to date" This reverts commit 6f205a181222167f7724a29b8db62f48f9000fcd. --- zebra-network/src/peer/error.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/zebra-network/src/peer/error.rs b/zebra-network/src/peer/error.rs index a58281a3b..babced486 100644 --- a/zebra-network/src/peer/error.rs +++ b/zebra-network/src/peer/error.rs @@ -8,9 +8,6 @@ use zebra_chain::serialization::SerializationError; use crate::protocol::external::InventoryHash; /// A wrapper around `Arc` that implements `Error`. -// TODO soon this Wrapper will not be necessary. Once -// https://github.com/rust-lang/rust/pull/80553 lands on stable we should -// replace this with a type alias. #[derive(Error, Debug, Clone)] #[error(transparent)] pub struct SharedPeerError(Arc>);