This commit is contained in:
Sean McArthur
2017-08-31 11:28:22 -07:00
parent 25a3307996
commit 390fc34148
5 changed files with 68 additions and 37 deletions

View File

@@ -177,14 +177,16 @@ pub mod multipart;
/// A set of unstable functionality.
///
/// This module is only available when the `unstable` feature is enabled.
/// This module is only available when the `unstable` [feature][] is enabled.
/// There is no backwards compatibility guarantee for any of the types within.
///
/// [feature]: http://doc.crates.io/specifying-dependencies.html#choosing-features
#[cfg(feature = "unstable")]
pub mod unstable {
/// An 'async' implementation of the reqwest `Client`.
///
/// Relies on the `futures` crate, which is unstable, hence this module
/// is unstable.
/// is **unstable**.
pub mod async {
pub use ::async_impl::{
Body,