diff --git a/src/bytes.rs b/src/bytes.rs index 79ea9fb3..9eab4eb6 100644 --- a/src/bytes.rs +++ b/src/bytes.rs @@ -97,12 +97,6 @@ impl AsMut<[u8]> for ByteBuf { } } -impl Into> for ByteBuf { - fn into(self) -> Vec { - self.bytes - } -} - impl ops::Deref for ByteBuf { type Target = [u8];