mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
Update futures dependency
This commit is contained in:
+1
-1
@@ -308,7 +308,7 @@ impl TcpStream {
|
||||
Ok(tcp) => TcpStream::new(tcp, handle),
|
||||
Err(e) => TcpStreamNewState::Error(e),
|
||||
};
|
||||
state.boxed()
|
||||
Box::new(state)
|
||||
}
|
||||
|
||||
/// Test whether this socket is ready to be read or not.
|
||||
|
||||
Reference in New Issue
Block a user