Skip to content

Commit

Permalink
Remove blanket unexpected_cfgs allow
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed May 24, 2024
1 parent 2188104 commit 4781acf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#![feature(strict_provenance)]
#![feature(exposed_provenance)]
#![deny(fuzzy_provenance_casts, lossy_provenance_casts)]
#![allow(unexpected_cfgs)]
#![no_std]

#[cfg(all(feature = "alloc", not(feature = "rustc-dep-of-std")))]
Expand Down

0 comments on commit 4781acf

Please sign in to comment.