remove no-longer-needed docs_rs_workaround

This commit is contained in:
Sean McArthur
2019-01-03 11:29:46 -08:00
parent bc5b3dfa4a
commit 9ddc45438c
2 changed files with 0 additions and 3 deletions

View File

@@ -54,5 +54,3 @@ rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "tls"]
hyper-011 = ["hyper-old-types"]
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docs_rs_workaround"]

View File

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