Temporarily globally allow deprecated
The question mark will be fixed in a pending commit
This commit is contained in:
parent
0b8c248791
commit
27f5e5e9b3
|
@ -386,6 +386,7 @@
|
||||||
#![cfg_attr(feature = "bench", feature(test))] // lib stability features as per RFC #507
|
#![cfg_attr(feature = "bench", feature(test))] // lib stability features as per RFC #507
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
|
#![allow(deprecated)]
|
||||||
|
|
||||||
#![cfg_attr(not(any(feature = "std", test)), no_std)]
|
#![cfg_attr(not(any(feature = "std", test)), no_std)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue