Remove adx_target_feature
feature from active features list
The feature was stabilized in https://github.com/rust-lang/rust/pull/93745
This commit is contained in:
parent
7f9e013ba6
commit
02ac4a4e02
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@ declare_features! (
|
|||
|
||||
// Unstable `#[target_feature]` directives.
|
||||
(active, aarch64_ver_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, adx_target_feature, "1.32.0", Some(44839), None),
|
||||
(active, arm_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, avx512_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, bpf_target_feature, "1.54.0", Some(44839), None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue