Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Jan 22, 2024
1 parent f8bacc9 commit e1cc1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/handler/request_call.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub use crate::node_info::{NodeAddress, NodeContact};
pub use crate::node_info::NodeContact;
use crate::{
packet::Packet,
rpc::{Request, RequestBody},
Expand Down
2 changes: 1 addition & 1 deletion src/kbucket/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

pub use super::{
bucket::{
AppliedPending, ConnectionState, InsertResult, Node, NodeStatus, MAX_NODES_PER_BUCKET,
AppliedPending, ConnectionState, InsertResult, Node, NodeStatus,
},
key::*,
ConnectionDirection,
Expand Down

0 comments on commit e1cc1b9

Please sign in to comment.