Skip to content

Commit 0b01431

Browse files
committed
Fix breakage from latest nightly
due to rust-lang/rust#72342
1 parent 0090d41 commit 0b01431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#![cfg(windows)]
77
#![deny(unused, unused_qualifications)]
88
#![warn(unused_attributes)]
9-
#![allow(bad_style, overflowing_literals, unused_macros, deprecated)]
9+
#![allow(bad_style, overflowing_literals, unused_macros, deprecated, unused_crate_dependencies)]
1010
#![recursion_limit = "2563"]
1111
#![no_std]
1212
//Uncomment as needed or once minimum Rust version is bumped to 1.18

0 commit comments

Comments
 (0)