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
+2 -2
View File
@@ -1,5 +1,5 @@
use {Buf, BufMut};
use buf::IntoIter;
use crate::{Buf, BufMut};
use crate::buf::IntoIter;
use std::io::{IoSlice, IoSliceMut};
/// A `Chain` sequences two buffers.