Skip to content

Commit

Permalink
fix bolts build, intrinsics is an internal feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Aug 6, 2023
1 parent dfaf06a commit da1b251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libafl_bolts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Welcome to `LibAFL`
*/

#![allow(incomplete_features)]
#![allow(internal_features)]
#![no_std]
// For `type_eq`
#![cfg_attr(nightly, feature(specialization))]
Expand Down

0 comments on commit da1b251

Please sign in to comment.