We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4d86f commit ee866a8Copy full SHA for ee866a8
p2p/src/peer_manager/tests/connections.rs
@@ -686,7 +686,7 @@ async fn connection_timeout_rpc_notified<T>(
686
}
687
688
// 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";
+const GUARANTEED_TIMEOUT_ADDRESS: &str = "198.51.100.2:1";
690
691
#[tokio::test]
692
async fn connection_timeout_rpc_notified_tcp() {
0 commit comments