Skip to content

Commit aa8a587

Browse files
committed
chore(lib): add deny(warnings) back that was mistakenly removed
1 parent 5f6f252 commit aa8a587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![doc(html_root_url = "https://docs.rs/hyper/0.11.1")]
22
#![deny(missing_docs)]
3-
//#![deny(warnings)]
3+
#![deny(warnings)]
44
#![deny(missing_debug_implementations)]
55
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
66

0 commit comments

Comments
 (0)