Skip to content

Commit

Permalink
Fix breakage from latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
retep998 committed May 28, 2020
1 parent 0090d41 commit 0b01431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#![cfg(windows)]
#![deny(unused, unused_qualifications)]
#![warn(unused_attributes)]
#![allow(bad_style, overflowing_literals, unused_macros, deprecated)]
#![allow(bad_style, overflowing_literals, unused_macros, deprecated, unused_crate_dependencies)]
#![recursion_limit = "2563"]
#![no_std]
//Uncomment as needed or once minimum Rust version is bumped to 1.18
Expand Down

0 comments on commit 0b01431

Please sign in to comment.