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:
parent
2d1e429482
commit
abdb7c2996
@ -11,8 +11,6 @@
|
|||||||
#![cfg_attr(nightly, feature(specialization))]
|
#![cfg_attr(nightly, feature(specialization))]
|
||||||
// For `std::simd`
|
// For `std::simd`
|
||||||
#![cfg_attr(nightly, feature(portable_simd))]
|
#![cfg_attr(nightly, feature(portable_simd))]
|
||||||
// For `core::error`
|
|
||||||
#![cfg_attr(nightly, feature(error_in_core))]
|
|
||||||
#![warn(clippy::cargo)]
|
#![warn(clippy::cargo)]
|
||||||
#![allow(ambiguous_glob_reexports)]
|
#![allow(ambiguous_glob_reexports)]
|
||||||
#![deny(clippy::cargo_common_metadata)]
|
#![deny(clippy::cargo_common_metadata)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user