From 76a02aaee9331db9bede4fecd156e88f844b1d34 Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 26 Aug 2020 00:00:47 +0100 Subject: [PATCH] whoops --- src/util.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util.rs b/src/util.rs index 01a4187..1de2a2d 100644 --- a/src/util.rs +++ b/src/util.rs @@ -22,5 +22,3 @@ where V: AsMut<[T]>, } i } - -pub use super::bytes;