File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1700,7 +1700,7 @@ impl<K: KVStore + Sync + Send + 'static> Drop for Node<K> {
1700
1700
}
1701
1701
}
1702
1702
1703
- async fn connect_peer_if_necessary < K : KVStore + Sync + Send + ' static + ' static > (
1703
+ async fn connect_peer_if_necessary < K : KVStore + Sync + Send + ' static > (
1704
1704
node_id : PublicKey , addr : NetAddress , peer_manager : Arc < PeerManager < K > > ,
1705
1705
logger : Arc < FilesystemLogger > ,
1706
1706
) -> Result < ( ) , Error > {
@@ -1713,7 +1713,7 @@ async fn connect_peer_if_necessary<K: KVStore + Sync + Send + 'static + 'static>
1713
1713
do_connect_peer ( node_id, addr, peer_manager, logger) . await
1714
1714
}
1715
1715
1716
- async fn do_connect_peer < K : KVStore + Sync + Send + ' static + ' static > (
1716
+ async fn do_connect_peer < K : KVStore + Sync + Send + ' static > (
1717
1717
node_id : PublicKey , addr : NetAddress , peer_manager : Arc < PeerManager < K > > ,
1718
1718
logger : Arc < FilesystemLogger > ,
1719
1719
) -> Result < ( ) , Error > {
You can’t perform that action at this time.
0 commit comments