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
This commit is contained in:
Marco C 2024-06-25 16:48:16 +02:00 committed by GitHub
parent 2d1e429482
commit abdb7c2996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)]