Removed unused intrinsics features (#1404)
This commit is contained in:
parent
51e2f64e5b
commit
b877ed7e0e
@ -6,9 +6,6 @@ Welcome to `LibAFL`
|
|||||||
#![no_std]
|
#![no_std]
|
||||||
// For `type_eq`
|
// For `type_eq`
|
||||||
#![cfg_attr(nightly, feature(specialization))]
|
#![cfg_attr(nightly, feature(specialization))]
|
||||||
// For `type_id` and owned things
|
|
||||||
#![allow(internal_features)]
|
|
||||||
#![cfg_attr(nightly, feature(intrinsics))]
|
|
||||||
// For `std::simd`
|
// For `std::simd`
|
||||||
#![cfg_attr(nightly, feature(portable_simd))]
|
#![cfg_attr(nightly, feature(portable_simd))]
|
||||||
#![warn(clippy::cargo)]
|
#![warn(clippy::cargo)]
|
||||||
|
@ -8,9 +8,6 @@ Welcome to `LibAFL`
|
|||||||
#![no_std]
|
#![no_std]
|
||||||
// For `type_eq`
|
// For `type_eq`
|
||||||
#![cfg_attr(nightly, feature(specialization))]
|
#![cfg_attr(nightly, feature(specialization))]
|
||||||
// For `type_id` and owned things
|
|
||||||
#![allow(internal_features)]
|
|
||||||
#![cfg_attr(nightly, feature(intrinsics))]
|
|
||||||
// For `std::simd`
|
// For `std::simd`
|
||||||
#![cfg_attr(nightly, feature(portable_simd))]
|
#![cfg_attr(nightly, feature(portable_simd))]
|
||||||
// For `core::error`
|
// For `core::error`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user