chore(*): enable #[deny(warnings)] at only testing
This commit is contained in:
committed by
Sean McArthur
parent
0ea3b836f9
commit
1e8cd5aaa6
@@ -1,7 +1,7 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/hyper/0.12.7")]
|
#![doc(html_root_url = "https://docs.rs/hyper/0.12.7")]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![deny(warnings)]
|
|
||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
|
#![cfg_attr(test, deny(warnings))]
|
||||||
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
|
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
|
||||||
|
|
||||||
//! # hyper
|
//! # hyper
|
||||||
|
|||||||
Reference in New Issue
Block a user