diff options
Diffstat (limited to 'third_party/rust/hyper/src/common/io/mod.rs')
-rw-r--r-- | third_party/rust/hyper/src/common/io/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/hyper/src/common/io/mod.rs b/third_party/rust/hyper/src/common/io/mod.rs new file mode 100644 index 0000000000..2e6d506153 --- /dev/null +++ b/third_party/rust/hyper/src/common/io/mod.rs @@ -0,0 +1,3 @@ +mod rewind; + +pub(crate) use self::rewind::Rewind; |