Skip to content

Commit ee866a8

Browse files
Appease clippy
1 parent fb4d86f commit ee866a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/src/peer_manager/tests/connections.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ async fn connection_timeout_rpc_notified<T>(
686686
}
687687

688688
// Address is reserved for "TEST-NET-2" documentation and examples. See: https://en.wikipedia.org/wiki/Reserved_IP_addresses
689-
const GUARANTEED_TIMEOUT_ADDRESS: &'static str = "198.51.100.2:1";
689+
const GUARANTEED_TIMEOUT_ADDRESS: &str = "198.51.100.2:1";
690690

691691
#[tokio::test]
692692
async fn connection_timeout_rpc_notified_tcp() {

0 commit comments

Comments
 (0)