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