Skip to content

Commit

Permalink
chore(lib): allow deprecations in 0.12.x builds
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Dec 30, 2019
1 parent d4ee699 commit a115c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#![deny(missing_debug_implementations)]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
#![allow(deprecated)]

//! # hyper
//!
Expand Down

0 comments on commit a115c30

Please sign in to comment.