peer_mgr: remove redundant * when comp Vec

This commit is contained in:
Luna Yao
2026-04-06 01:31:50 +02:00
parent faa252fc39
commit a9facedf57
+1 -1
View File
@@ -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;
}