Update Bytes to Rust 2018 (#274)

This commit is contained in:
Taiki Endo
2019-07-26 05:01:22 +09:00
committed by GitHub
parent ecdde1a996
commit ae7d884582
28 changed files with 62 additions and 72 deletions
+3 -5
View File
@@ -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>