Skip to content

Commit bfecfb7

Browse files
committed
Auto merge of #9309 - sciguy16:out_dir_issue_url, r=ehuss
Make the URL to the tracking issue for `--out-dir` into a link
2 parents 1e87038 + 7f84eb7 commit bfecfb7

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

src/doc/man/cargo-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Copy final artifacts to this directory.
4848
This option is unstable and available only on the
4949
[nightly channel](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html)
5050
and requires the `-Z unstable-options` flag to enable.
51-
See https://github.com/rust-lang/cargo/issues/6790 for more information.
51+
See <https://github.com/rust-lang/cargo/issues/6790> for more information.
5252
{{/option}}
5353

5454
{{/options}}

src/doc/man/generated_txt/cargo-build.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ OPTIONS
160160
This option is unstable and available only on the nightly channel
161161
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
162162
requires the -Z unstable-options flag to enable. See
163-
https://github.com/rust-lang/cargo/issues/6790 for more information.
163+
<https://github.com/rust-lang/cargo/issues/6790> for more
164+
information.
164165

165166
Display Options
166167
-v, --verbose

src/doc/src/commands/cargo-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Defaults to <code>target</code> in the root of the workspace.</dd>
206206
<p>This option is unstable and available only on the
207207
<a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly channel</a>
208208
and requires the <code>-Z unstable-options</code> flag to enable.
209-
See https://github.com/rust-lang/cargo/issues/6790 for more information.</dd>
209+
See <a href="https://github.com/rust-lang/cargo/issues/6790">https://github.com/rust-lang/cargo/issues/6790</a> for more information.</dd>
210210

211211

212212
</dl>

src/etc/man/cargo-build.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Copy final artifacts to this directory.
192192
This option is unstable and available only on the
193193
\fInightly channel\fR <https://doc.rust\-lang.org/book/appendix\-07\-nightly\-rust.html>
194194
and requires the \fB\-Z unstable\-options\fR flag to enable.
195-
See https://github.com/rust\-lang/cargo/issues/6790 for more information.
195+
See <https://github.com/rust\-lang/cargo/issues/6790> for more information.
196196
.RE
197197
.SS "Display Options"
198198
.sp

0 commit comments

Comments
 (0)