Skip to content

Commit 5dc7a71

Browse files
committed
Allow internal_features for likely/unlikely
1 parent 3ca0820 commit 5dc7a71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#![warn(missing_docs)]
3838
#![warn(rust_2018_idioms)]
3939
#![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))]
40+
#![cfg_attr(feature = "nightly", allow(internal_features))]
4041

4142
#[cfg(test)]
4243
#[macro_use]

0 commit comments

Comments
 (0)