about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2023-06-29 11:38:43 -0700
committerGitHub <noreply@github.com>2023-06-29 11:38:43 -0700
commit281e072d8026ddc36f8bac8f138eb6544fdb845a (patch)
treef7a8f5bfbcfb2c6e2d8bc9933ac5cc0b71870fa4
parent13fcd8dd58cd51de9303c0f27ee35a59b12d5755 (diff)
downloadrust-281e072d8026ddc36f8bac8f138eb6544fdb845a.tar.gz
rust-281e072d8026ddc36f8bac8f138eb6544fdb845a.zip
Remove target feature note
These are still unstable through `avx512_target_feature`.

Co-authored-by: Taiki Endo <te316e89@gmail.com>
-rw-r--r--RELEASES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 423bf2e7bd1..95cc36e242a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -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/)