Skip to content

Commit abdb7c2

Browse files
authored
bolts: fix warning about error_in_core now stable (#2337)
the feature `error_in_core` has been stable since 1.81.0-nightly and no longer requires an attribute to enable
1 parent 2d1e429 commit abdb7c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libafl_bolts/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#![cfg_attr(nightly, feature(specialization))]
1212
// For `std::simd`
1313
#![cfg_attr(nightly, feature(portable_simd))]
14-
// For `core::error`
15-
#![cfg_attr(nightly, feature(error_in_core))]
1614
#![warn(clippy::cargo)]
1715
#![allow(ambiguous_glob_reexports)]
1816
#![deny(clippy::cargo_common_metadata)]

0 commit comments

Comments
 (0)