switch to 2018 edition module structure

This commit is contained in:
Daniel Eades
2019-08-08 12:05:14 +01:00
committed by Sean McArthur
parent 1452ca2bd1
commit 4773408ae4

View File

@@ -1,12 +0,0 @@
pub use self::body::{Body, Chunk};
pub use self::decoder::{Decoder, ReadableChunks};
pub use self::client::{Client, ClientBuilder};
pub use self::request::{Request, RequestBuilder};
pub use self::response::{Response, ResponseBuilderExt};
pub mod body;
pub mod client;
pub mod decoder;
pub mod multipart;
pub(crate) mod request;
mod response;