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
+1 -1
View File
@@ -1,4 +1,4 @@
use {Buf};
use crate::{Buf};
use std::{cmp, io};