Skip to content

Commit

Permalink
Temporarily globally allow deprecated
Browse files Browse the repository at this point in the history
The question mark will be fixed in a pending commit
  • Loading branch information
quodlibetor committed Nov 23, 2019
1 parent 0b8c248 commit 27f5e5e
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 @@ -386,6 +386,7 @@
#![cfg_attr(feature = "bench", feature(test))] // lib stability features as per RFC #507
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![allow(deprecated)]

#![cfg_attr(not(any(feature = "std", test)), no_std)]

Expand Down

0 comments on commit 27f5e5e

Please sign in to comment.