aboutsummaryrefslogtreecommitdiff
path: root/tests/test_chain.rs
diff options
context:
space:
mode:
authorGravatar Carl Lerche <me@carllerche.com> 2020-10-16 15:16:23 -0700
committerGravatar GitHub <noreply@github.com> 2020-10-16 15:16:23 -0700
commit94c543f74b111e894d16faa43e4ad361b97ee87d (patch)
tree8cad5f70cc986e8b1952dc52436933e9a5a34f05 /tests/test_chain.rs
parent447530b8a6f97fc6864b39d29b24efb4ac9202d3 (diff)
downloadbytes-94c543f74b111e894d16faa43e4ad361b97ee87d.tar.gz
bytes-94c543f74b111e894d16faa43e4ad361b97ee87d.tar.zst
bytes-94c543f74b111e894d16faa43e4ad361b97ee87d.zip
remove ext traits (#431)
Diffstat (limited to 'tests/test_chain.rs')
-rw-r--r--tests/test_chain.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_chain.rs b/tests/test_chain.rs
index 6dbc45d..9be434f 100644
--- a/tests/test_chain.rs
+++ b/tests/test_chain.rs
@@ -1,6 +1,5 @@
#![warn(rust_2018_idioms)]
-use bytes::buf::{BufExt, BufMutExt};
use bytes::{Buf, BufMut, Bytes};
#[cfg(feature = "std")]
use std::io::IoSlice;