Skip to content

Commit

Permalink
Auto merge of #9309 - sciguy16:out_dir_issue_url, r=ehuss
Browse files Browse the repository at this point in the history
Make the URL to the tracking issue for `--out-dir` into a link
  • Loading branch information
bors committed Mar 28, 2021
2 parents 1e87038 + 7f84eb7 commit bfecfb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/doc/man/cargo-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/rust-lang/cargo/issues/6790> for more information.
{{/option}}

{{/options}}
Expand Down
3 changes: 2 additions & 1 deletion src/doc/man/generated_txt/cargo-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ OPTIONS
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.
<https://github.com/rust-lang/cargo/issues/6790> for more
information.

Display Options
-v, --verbose
Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Defaults to <code>target</code> in the root of the workspace.</dd>
<p>This option is unstable and available only on the
<a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly channel</a>
and requires the <code>-Z unstable-options</code> flag to enable.
See https://github.com/rust-lang/cargo/issues/6790 for more information.</dd>
See <a href="https://github.com/rust-lang/cargo/issues/6790">https://github.com/rust-lang/cargo/issues/6790</a> for more information.</dd>


</dl>
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-build.1
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Copy final artifacts to this directory.
This option is unstable and available only on the
\fInightly channel\fR <https://doc.rust\-lang.org/book/appendix\-07\-nightly\-rust.html>
and requires the \fB\-Z unstable\-options\fR 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.
.RE
.SS "Display Options"
.sp
Expand Down

0 comments on commit bfecfb7

Please sign in to comment.