AFLplusplus / LibAFL

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Other
1.9k stars 292 forks source link

bolts: fix warning about `error_in_core` now stable #2337

Closed Marcondiro closed 1 week ago

Marcondiro commented 1 week ago

the feature error_in_core has been stable since 1.81.0-nightly and no longer requires an attribute to enable

domenukk commented 1 week ago

Thanks! :)