mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-21 00:00:12 +02:00
Update Bytes to Rust 2018 (#274)
This commit is contained in:
+3
-5
@@ -1,9 +1,7 @@
|
||||
extern crate either;
|
||||
use crate::{Buf, BufMut};
|
||||
|
||||
use {Buf, BufMut};
|
||||
|
||||
use self::either::Either;
|
||||
use self::either::Either::*;
|
||||
use either::Either;
|
||||
use either::Either::*;
|
||||
use std::io::{IoSlice, IoSliceMut};
|
||||
|
||||
impl<L, R> Buf for Either<L, R>
|
||||
|
||||
Reference in New Issue
Block a user