From 7f84eb7d8819cfe1b6c64bbea05fced0fb9fed34 Mon Sep 17 00:00:00 2001 From: David Young Date: Sat, 27 Mar 2021 20:36:04 +0000 Subject: [PATCH] Make the URL to the tracking issue for `--out-dir` into a link --- src/doc/man/cargo-build.md | 2 +- src/doc/man/generated_txt/cargo-build.txt | 3 ++- src/doc/src/commands/cargo-build.md | 2 +- src/etc/man/cargo-build.1 | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/doc/man/cargo-build.md b/src/doc/man/cargo-build.md index fb24c5a00..d7f04479a 100644 --- a/src/doc/man/cargo-build.md +++ b/src/doc/man/cargo-build.md @@ -48,7 +48,7 @@ Copy final artifacts to this directory. This option is unstable and available only on the [nightly channel](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html) and requires the `-Z unstable-options` flag to enable. -See https://github.com/rust-lang/cargo/issues/6790 for more information. +See for more information. {{/option}} {{/options}} diff --git a/src/doc/man/generated_txt/cargo-build.txt b/src/doc/man/generated_txt/cargo-build.txt index d6168df5f..cb3ccb056 100644 --- a/src/doc/man/generated_txt/cargo-build.txt +++ b/src/doc/man/generated_txt/cargo-build.txt @@ -160,7 +160,8 @@ OPTIONS This option is unstable and available only on the nightly channel and requires the -Z unstable-options flag to enable. See - https://github.com/rust-lang/cargo/issues/6790 for more information. + for more + information. Display Options -v, --verbose diff --git a/src/doc/src/commands/cargo-build.md b/src/doc/src/commands/cargo-build.md index eda9cf0ed..8efbd73fb 100644 --- a/src/doc/src/commands/cargo-build.md +++ b/src/doc/src/commands/cargo-build.md @@ -206,7 +206,7 @@ Defaults to target in the root of the workspace.

This option is unstable and available only on the nightly channel and requires the -Z unstable-options flag to enable. -See https://github.com/rust-lang/cargo/issues/6790 for more information. +See https://github.com/rust-lang/cargo/issues/6790 for more information. diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index 0750677b1..f847c8438 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -192,7 +192,7 @@ Copy final artifacts to this directory. This option is unstable and available only on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable. -See https://github.com/rust\-lang/cargo/issues/6790 for more information. +See for more information. .RE .SS "Display Options" .sp -- 2.39.5