Skip to content

Commit

Permalink
chore(*): enable #[deny(warnings)] at only testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ubnt-intrepid authored and seanmonstar committed Aug 10, 2018
1 parent 0ea3b83 commit 1e8cd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -1,7 +1,7 @@
#![doc(html_root_url = "https://docs.rs/hyper/0.12.7")]
#![deny(missing_docs)]
#![deny(warnings)]
#![deny(missing_debug_implementations)]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]

//! # hyper
Expand Down

0 comments on commit 1e8cd5a

Please sign in to comment.