Laurent Arnoud
2018-09-13 00:59:56 +02:00
committed by Sean McArthur
parent 55fcedcf97
commit 68d012e954
2 changed files with 4 additions and 0 deletions

View File

@@ -40,3 +40,6 @@ serde_derive = "1.0"
[features]
default = []
hyper-011 = ["hyper-old-types"]
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docs_rs_workaround"]

View File

@@ -1,6 +1,7 @@
#![deny(warnings)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![cfg_attr(docs_rs_workaround, feature(extern_prelude))]
#![doc(html_root_url = "https://docs.rs/reqwest/0.8.6")]
//! # reqwest