Skip to content

Commit

Permalink
only deny warnings in tests to fix docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Oct 2, 2018
1 parent dc8a134 commit 8eda08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -33,7 +33,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.3.0")]
#![deny(warnings)]
#![cfg_attr(test, deny(warnings))]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]

Expand Down

0 comments on commit 8eda08d

Please sign in to comment.