Skip to content

Commit

Permalink
Derive debug for RelayConfig. (#2048)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Inden <[email protected]>
  • Loading branch information
dvc94ch and mxinden authored Apr 12, 2021
1 parent 426a20c commit 05aa794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocols/relay/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ enum IncomingRelayReq {
},
}

#[derive(Debug)]
pub struct RelayConfig {
/// How long to keep connections alive when they're idle.
///
Expand Down

0 comments on commit 05aa794

Please sign in to comment.