From 05aa794552acd77d9d9dbb81979aacfaf9a60c9f Mon Sep 17 00:00:00 2001 From: David Craven Date: Mon, 12 Apr 2021 22:30:09 +0200 Subject: [PATCH] Derive debug for RelayConfig. (#2048) Co-authored-by: Max Inden --- protocols/relay/src/behaviour.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/relay/src/behaviour.rs b/protocols/relay/src/behaviour.rs index 90858e07..81fe6da8 100644 --- a/protocols/relay/src/behaviour.rs +++ b/protocols/relay/src/behaviour.rs @@ -99,6 +99,7 @@ enum IncomingRelayReq { }, } +#[derive(Debug)] pub struct RelayConfig { /// How long to keep connections alive when they're idle. ///