Skip to content

Commit

Permalink
feat: derive Debug for Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Nov 1, 2024
1 parent 430b792 commit 7ab5917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dht.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use crate::{
/// Mainline Dht node.
pub struct Dht(pub(crate) Sender<ActorMessage>);

#[derive(Debug)]
pub struct Builder {
settings: Settings,
}
Expand Down

0 comments on commit 7ab5917

Please sign in to comment.