Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: allow unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hadjiszs committed Mar 25, 2024
1 parent ac8a802 commit 226da89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/topos-p2p/src/behaviour/grpc/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use tonic::transport::Channel;

use super::{OutboundError, RequestId};

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

0 comments on commit 226da89

Please sign in to comment.