We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbda61 commit 9c7fc4aCopy full SHA for 9c7fc4a
src/traits/reactor.rs
@@ -34,7 +34,7 @@ pub trait Reactor {
34
Self: Sized;
35
36
/// Create a TcpStream by connecting to a remote host
37
- fn tcp_connect<A: AsyncToSocketAddrs + Send + 'static>(
+ fn tcp_connect<A: AsyncToSocketAddrs + Send>(
38
&self,
39
addrs: A,
40
) -> impl Future<Output = io::Result<Self::TcpStream>> + Send
0 commit comments