Skip to content

Commit

Permalink
Allow internal_features for likely/unlikely
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Feb 12, 2024
1 parent 3ca0820 commit 5dc7a71
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 @@ -37,6 +37,7 @@
#![warn(missing_docs)]
#![warn(rust_2018_idioms)]
#![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))]
#![cfg_attr(feature = "nightly", allow(internal_features))]

#[cfg(test)]
#[macro_use]
Expand Down

0 comments on commit 5dc7a71

Please sign in to comment.