remove ext traits (#431)

This commit is contained in:
Carl Lerche
2020-10-16 15:16:23 -07:00
committed by GitHub
parent 447530b8a6
commit 94c543f74b
12 changed files with 199 additions and 209 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#![warn(rust_2018_idioms)]
use bytes::buf::{Buf, BufExt};
use bytes::buf::Buf;
#[test]
fn long_take() {