remove no-longer-needed docs_rs_workaround
This commit is contained in:
		| @@ -54,5 +54,3 @@ rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "tls"] | |||||||
|  |  | ||||||
| hyper-011 = ["hyper-old-types"] | hyper-011 = ["hyper-old-types"] | ||||||
|  |  | ||||||
| [package.metadata.docs.rs] |  | ||||||
| rustdoc-args = ["--cfg", "docs_rs_workaround"] |  | ||||||
|   | |||||||
| @@ -1,7 +1,6 @@ | |||||||
| #![deny(missing_docs)] | #![deny(missing_docs)] | ||||||
| #![deny(missing_debug_implementations)] | #![deny(missing_debug_implementations)] | ||||||
| #![cfg_attr(test, deny(warnings))] | #![cfg_attr(test, deny(warnings))] | ||||||
| #![cfg_attr(docs_rs_workaround, feature(extern_prelude))] |  | ||||||
| #![doc(html_root_url = "https://docs.rs/reqwest/0.9.5")] | #![doc(html_root_url = "https://docs.rs/reqwest/0.9.5")] | ||||||
|  |  | ||||||
| //! # reqwest | //! # reqwest | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user