mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-03 00:00:05 +02:00
Update Tokio to Rust 2018 (#1082)
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
use crate::never::Never;
|
||||
use crate::BufStream;
|
||||
use bytes::{Bytes, BytesMut};
|
||||
use futures::Poll;
|
||||
use never::Never;
|
||||
use std::io;
|
||||
use BufStream;
|
||||
|
||||
impl BufStream for Vec<u8> {
|
||||
type Item = io::Cursor<Vec<u8>>;
|
||||
|
||||
Reference in New Issue
Block a user