Temporarily globally allow deprecated

The question mark will be fixed in a pending commit
This commit is contained in:
Brandon W Maister 2019-11-23 18:22:40 -05:00
parent 0b8c248791
commit 27f5e5e9b3
1 changed files with 1 additions and 0 deletions

View File

@ -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)]