mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
*: Apply clippy suggestions and enable clippy on CI (#1850)
* *: Apply clippy suggestions * .github: Add clippy check * protocols/kad/record: Implement custom PartialEq for ProviderRecord
This commit is contained in:
@@ -551,7 +551,7 @@ impl MdnsPeer {
|
||||
|
||||
MdnsPeer {
|
||||
addrs,
|
||||
peer_id: my_peer_id.clone(),
|
||||
peer_id: my_peer_id,
|
||||
ttl,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user