wip
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user