Skip to content

Commit

Permalink
Silence unexpected_cfgs lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frengor committed May 7, 2024
1 parent 210f461 commit c2ec2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#![deny(rustdoc::broken_intra_doc_links)]
#![allow(clippy::thread_local_initializer_can_be_made_const)]
#![allow(unexpected_cfgs)]

#[cfg(all(not(feature = "std"), not(feature = "nightly")))]
compile_error!("Feature \"std\" cannot be disabled without enabling feature \"nightly\" (due to #[thread_local] not being stable).");
Expand Down

0 comments on commit c2ec2a4

Please sign in to comment.