mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-02 17:15:43 +00:00
peer_mgr: remove redundant * when comp Vec
This commit is contained in:
@@ -85,7 +85,7 @@ impl DnsPeerMgrInner {
|
|||||||
.peers
|
.peers
|
||||||
.get(&peer_id)
|
.get(&peer_id)
|
||||||
.await
|
.await
|
||||||
.is_some_and(|info| info.digest == *route.dns)
|
.is_some_and(|info| info.digest == route.dns)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user