refactor(lib): fix remaining lint warnings (besides tests)

This commit is contained in:
Sean McArthur
2019-08-22 13:57:50 -07:00
parent 7b1d6d71b7
commit 49b12c415d
4 changed files with 9 additions and 29 deletions

View File

@@ -2,9 +2,8 @@
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(rust_2018_idioms)]
// XXX NOOOOOOOO
// TODO: re-enable denial when all lib tests are re-enabled.
//#![cfg_attr(test, deny(warnings))]
#![allow(warnings)]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
//! # hyper