rust/library/stdarch/crates
Taiki Endo 169d8d8c48 Fix stable_features warnings
```
warning: the feature `cmpxchg16b_target_feature` has been stable since 1.69.0-nightly and no longer requires an attribute to enable
  --> crates/core_arch/src/lib.rs:24:5
   |
24 |     cmpxchg16b_target_feature,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(stable_features)]` on by default

warning: the feature `target_feature_11` has been stable since 1.69.0-nightly and no longer requires an attribute to enable
  --> crates/core_arch/src/lib.rs:34:5
   |
34 |     target_feature_11,
   |     ^^^^^^^^^^^^^^^^^
```
2023-03-01 18:56:19 +01:00
..
assert-instr-macro Edition 2021, apply clippy::uninlined_format_args fix (#1339) 2022-10-25 20:17:23 +01:00
core_arch Fix stable_features warnings 2023-03-01 18:56:19 +01:00
intrinsic-test Check and pass the ACLE licence on to generated tests. 2023-01-23 18:58:28 +00:00
simd-test-macro Edition 2021, apply clippy::uninlined_format_args fix (#1339) 2022-10-25 20:17:23 +01:00
std_detect Merge core_arch/tests/cpu-detection.rs to std_detect/tests/cpu-detection.rs 2023-03-01 18:53:20 +01:00
stdarch-gen Fix typo 2023-02-18 20:02:17 +01:00
stdarch-test Fix typo 2023-02-18 20:02:17 +01:00
stdarch-verify Fix typo 2023-02-18 20:02:17 +01:00