Skip to content

Commit

Permalink
fix: remove unused derive
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Paitrault <[email protected]>
  • Loading branch information
Freyskeyd committed Mar 25, 2024
1 parent 226da89 commit 835dc74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/topos-p2p/src/behaviour/grpc/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use tonic::transport::Channel;

use super::{OutboundError, RequestId};

#[allow(unused)]
#[derive(Debug)]
pub enum Event {
OutboundFailure {
Expand Down

0 comments on commit 835dc74

Please sign in to comment.