Skip to content

Commit

Permalink
fix: stray clippy error (#4685)
Browse files Browse the repository at this point in the history
Description
---
Stray clippy error fix from #4682
  • Loading branch information
sdbondi authored Sep 16, 2022
1 parent 209ee3d commit a709282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comms/core/examples/stress/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use tari_comms::{
pipeline::SinkService,
protocol::{messaging::MessagingProtocolExtension, ProtocolNotification, Protocols},
tor,
tor::{HsFlags, TorIdentity},
tor::TorIdentity,
transports::{predicate::FalsePredicate, SocksConfig, TcpWithTorTransport},
CommsBuilder,
CommsNode,
Expand Down
2 changes: 1 addition & 1 deletion comms/dht/examples/propagation/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use tari_comms::{
pipeline::SinkService,
protocol::{messaging::MessagingProtocolExtension, NodeNetworkInfo},
tor,
tor::{HsFlags, TorIdentity},
tor::TorIdentity,
CommsBuilder,
CommsNode,
NodeIdentity,
Expand Down

0 comments on commit a709282

Please sign in to comment.