From a7aafba94e129678303cd6cc00794e8efb255df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Catanzariti?= Date: Thu, 28 Dec 2023 22:02:29 +0100 Subject: [PATCH] fix warnings --- src/resp/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/resp/mod.rs b/src/resp/mod.rs index 36b3daf..22cfeb8 100644 --- a/src/resp/mod.rs +++ b/src/resp/mod.rs @@ -463,5 +463,3 @@ pub use to_args::*; pub use util::*; pub use value::*; pub(crate) use value_deserialize::*; -pub use value_deserializer::*; -pub use value_serialize::*;