summaryrefslogtreecommitdiff
path: root/vendor/hyper-util/src/common/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/hyper-util/src/common/mod.rs')
-rw-r--r--vendor/hyper-util/src/common/mod.rs19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/hyper-util/src/common/mod.rs b/vendor/hyper-util/src/common/mod.rs
deleted file mode 100644
index b45cd0b2..00000000
--- a/vendor/hyper-util/src/common/mod.rs
+++ /dev/null
@@ -1,19 +0,0 @@
-#![allow(missing_docs)]
-
-pub(crate) mod exec;
-#[cfg(feature = "client")]
-mod lazy;
-pub(crate) mod rewind;
-#[cfg(feature = "client")]
-mod sync;
-pub(crate) mod timer;
-
-#[cfg(feature = "client")]
-pub(crate) use exec::Exec;
-
-#[cfg(feature = "client")]
-pub(crate) use lazy::{lazy, Started as Lazy};
-#[cfg(feature = "client")]
-pub(crate) use sync::SyncWrapper;
-
-pub(crate) mod future;