We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0090d41 commit 0b01431Copy full SHA for 0b01431
src/lib.rs
@@ -6,7 +6,7 @@
6
#![cfg(windows)]
7
#![deny(unused, unused_qualifications)]
8
#![warn(unused_attributes)]
9
-#![allow(bad_style, overflowing_literals, unused_macros, deprecated)]
+#![allow(bad_style, overflowing_literals, unused_macros, deprecated, unused_crate_dependencies)]
10
#![recursion_limit = "2563"]
11
#![no_std]
12
//Uncomment as needed or once minimum Rust version is bumped to 1.18
0 commit comments