From e2681b2d3431a945ddd4c56001165606ebe821c8 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Mon, 16 Aug 2021 20:14:30 -0400 Subject: [PATCH 1/2] Render build-std web links as hyperlinks --- src/doc/src/reference/unstable.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index 52efd6b0575..b7a5a132c39 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -423,7 +423,7 @@ private_dep = "2.0.0" # Will be 'private' by default ``` ### build-std -* Tracking Repository: https://github.com/rust-lang/wg-cargo-std-aware +* Tracking Repository: The `build-std` feature enables Cargo to compile the standard library itself as part of a crate graph compilation. This feature has also historically been known @@ -493,9 +493,9 @@ feature for Cargo has an extremely long history and is very large in scope, and this is just the beginning. If you'd like to report bugs please either report them to: -* Cargo - https://github.com/rust-lang/cargo/issues/new - for implementation bugs +* Cargo - - for implementation bugs * The tracking repository - - https://github.com/rust-lang/wg-cargo-std-aware/issues/new - for larger design + - for larger design questions. Also if you'd like to see a feature that's not yet implemented and/or if From 3881fcf688ab94a95f489f6443baa2d4e2bd8c5e Mon Sep 17 00:00:00 2001 From: johnthagen Date: Mon, 16 Aug 2021 20:18:30 -0400 Subject: [PATCH 2/2] Fix an additional link --- src/doc/src/reference/unstable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index b7a5a132c39..189c0b131a9 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -504,7 +504,7 @@ the [issue tracker](https://github.com/rust-lang/wg-cargo-std-aware/issues) of the tracking repository, and if it's not there please file a new issue! ### build-std-features -* Tracking Repository: https://github.com/rust-lang/wg-cargo-std-aware +* Tracking Repository: This flag is a sibling to the `-Zbuild-std` feature flag. This will configure the features enabled for the standard library itself when building the standard