This commit is contained in:
Sean McArthur
2018-09-18 14:35:48 -07:00
parent 610cdd266c
commit 76547fee91
3 changed files with 112 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
#![deny(warnings)]
#![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.8.6")]
#![doc(html_root_url = "https://docs.rs/reqwest/0.9.0")]
//! # reqwest
//!