mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
Update Tokio to Rust 2018 (#1082)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use BufStream;
|
||||
use crate::BufStream;
|
||||
|
||||
use either::Either;
|
||||
use futures::Poll;
|
||||
use futures::{try_ready, Poll};
|
||||
|
||||
/// A buf stream that sequences two buf streams together.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user