about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-02-22 07:58:08 +0100
committerGitHub <noreply@github.com>2021-02-22 07:58:08 +0100
commit68f76cef88b53bf2fc43c7cc94b4d1e53df52ec3 (patch)
treefd52f250c79c0787eaaf7db6f155dd3929bd45c9
parent0b0fd78c6c49165dc8bcd5867cc291d4f6b1142a (diff)
downloadrust-68f76cef88b53bf2fc43c7cc94b4d1e53df52ec3.tar.gz
rust-68f76cef88b53bf2fc43c7cc94b4d1e53df52ec3.zip
Update RELEASES.md
-rw-r--r--RELEASES.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/RELEASES.md b/RELEASES.md
index cf2e80cdab3..b96ac84d2a4 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -81,13 +81,9 @@ Cargo
 - [Added the `resolver` field to `Cargo.toml` to enable the new feature resolver
   and CLI option behavior.][cargo/8997] Version 2 of the feature resolver will try
   to avoid unifying features of dependencies where that unification could be unwanted.
-  Such as using the same dependency at build time (such as build scripts and
-  proc-macros). See the [Cargo book documentation][feature-resolver@2.0]
-  for more information on the feature.
-
-[feature-resolver@2.0]: https://doc.rust-lang.org/nightly/cargo/reference/features.html#feature-resolver-version-2
-[cargo/8997]: https://github.com/rust-lang/cargo/pull/8997
-[cargo/9112]: https://github.com/rust-lang/cargo/pull/9112
+  Such as using the same dependency with a `std` feature in a build scripts and
+  proc-macros, while using the `no-std` feature in the final binary. See the
+  [Cargo book documentation][feature-resolver@2.0] for more information on the feature.
 
 Rustdoc
 -------
@@ -145,6 +141,9 @@ Internal Only
 [80749]: https://github.com/rust-lang/rust/pull/80749
 [80662]: https://github.com/rust-lang/rust/pull/80662
 [77885]: https://github.com/rust-lang/rust/pull/77885
+[cargo/8997]: https://github.com/rust-lang/cargo/pull/8997
+[cargo/9112]: https://github.com/rust-lang/cargo/pull/9112
+[feature-resolver@2.0]: https://doc.rust-lang.org/nightly/cargo/reference/features.html#feature-resolver-version-2
 [`Once::call_once_force`]: https://doc.rust-lang.org/stable/std/sync/struct.Once.html#method.call_once_force
 [`sync::OnceState`]: https://doc.rust-lang.org/stable/std/sync/struct.OnceState.html
 [`panic::panic_any`]: https://doc.rust-lang.org/stable/std/panic/fn.panic_any.html