Skip to content

Commit

Permalink
bolts: fix warning about error_in_core now stable (#2337)
Browse files Browse the repository at this point in the history
the feature `error_in_core` has been stable since 1.81.0-nightly and no longer requires an attribute to enable
  • Loading branch information
Marcondiro authored Jun 25, 2024
1 parent 2d1e429 commit abdb7c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libafl_bolts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#![cfg_attr(nightly, feature(specialization))]
// For `std::simd`
#![cfg_attr(nightly, feature(portable_simd))]
// For `core::error`
#![cfg_attr(nightly, feature(error_in_core))]
#![warn(clippy::cargo)]
#![allow(ambiguous_glob_reexports)]
#![deny(clippy::cargo_common_metadata)]
Expand Down

0 comments on commit abdb7c2

Please sign in to comment.