Skip to content

Commit

Permalink
fix warns
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Dec 6, 2024
1 parent 568efc1 commit b9fee33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/network/src/services/manual2_discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl<UserData, SC, SE, TC, TW> Manual2DiscoveryService<UserData, SC, SE, TC, TW>
Self {
node_addr,
targets,
queue: VecDeque::from_iter([data_control(DataControl::DataListen(DATA_PORT))].into_iter()),
queue: VecDeque::from_iter([data_control(DataControl::DataListen(DATA_PORT))]),
remote_nodes: Default::default(),
shutdown: false,
broadcast_seq: 0,
Expand Down

0 comments on commit b9fee33

Please sign in to comment.