summaryrefslogtreecommitdiff
path: root/vendor/hyper/src/common/io/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/hyper/src/common/io/mod.rs')
-rw-r--r--vendor/hyper/src/common/io/mod.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/hyper/src/common/io/mod.rs b/vendor/hyper/src/common/io/mod.rs
deleted file mode 100644
index 98c297ca..00000000
--- a/vendor/hyper/src/common/io/mod.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-#[cfg(all(any(feature = "client", feature = "server"), feature = "http2"))]
-mod compat;
-mod rewind;
-
-#[cfg(all(any(feature = "client", feature = "server"), feature = "http2"))]
-pub(crate) use self::compat::Compat;
-pub(crate) use self::rewind::Rewind;