Remove target feature note

These are still unstable through `avx512_target_feature`.

Co-authored-by: Taiki Endo <te316e89@gmail.com>
This commit is contained in:
Josh Stone 2023-06-29 11:38:43 -07:00 committed by GitHub
parent 13fcd8dd58
commit 281e072d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,6 @@ Version 1.71.0 (2023-07-13)
Language
--------
- [Remove misleading target feature aliases, inappropriately connected to AVX-512.](https://github.com/rust-lang/rust/pull/107707/)
- [Stabilize `raw-dylib`, `link_ordinal`, `import_name_type` and `-Cdlltool`.](https://github.com/rust-lang/rust/pull/109677/)
- [Uplift `clippy::{drop,forget}_{ref,copy}` lints.](https://github.com/rust-lang/rust/pull/109732/)
- [Type inference is more conservative around constrained vars.](https://github.com/rust-lang/rust/pull/110100/)