Skip to content

Commit 4fe9b13

Browse files
committed
Auto merge of #10978 - andrewpollack:docs-removing-excess-in, r=weihanglo
[docs] Remove extra "in" from `cargo-test.md` Removes an extra "in" from doc src/doc/src/commands/cargo-test.md Successor to #10971 without bungled merge
2 parents 34cba46 + 195b1e0 commit 4fe9b13

31 files changed

+31
-31
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ OPTIONS
311311
rustc's default color scheme. Cannot be used with human or short.
312312

313313
o json-render-diagnostics: Instruct Cargo to not include rustc
314-
diagnostics in in JSON messages printed, but instead Cargo itself
314+
diagnostics in JSON messages printed, but instead Cargo itself
315315
should render the JSON diagnostics coming from rustc. Cargo's own
316316
JSON diagnostics and others coming from rustc are still emitted.
317317
Cannot be used with human or short.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ OPTIONS
250250
rustc's default color scheme. Cannot be used with human or short.
251251

252252
o json-render-diagnostics: Instruct Cargo to not include rustc
253-
diagnostics in in JSON messages printed, but instead Cargo itself
253+
diagnostics in JSON messages printed, but instead Cargo itself
254254
should render the JSON diagnostics coming from rustc. Cargo's own
255255
JSON diagnostics and others coming from rustc are still emitted.
256256
Cannot be used with human or short.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ OPTIONS
245245
rustc's default color scheme. Cannot be used with human or short.
246246

247247
o json-render-diagnostics: Instruct Cargo to not include rustc
248-
diagnostics in in JSON messages printed, but instead Cargo itself
248+
diagnostics in JSON messages printed, but instead Cargo itself
249249
should render the JSON diagnostics coming from rustc. Cargo's own
250250
JSON diagnostics and others coming from rustc are still emitted.
251251
Cannot be used with human or short.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ OPTIONS
216216
rustc's default color scheme. Cannot be used with human or short.
217217

218218
o json-render-diagnostics: Instruct Cargo to not include rustc
219-
diagnostics in in JSON messages printed, but instead Cargo itself
219+
diagnostics in JSON messages printed, but instead Cargo itself
220220
should render the JSON diagnostics coming from rustc. Cargo's own
221221
JSON diagnostics and others coming from rustc are still emitted.
222222
Cannot be used with human or short.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ OPTIONS
318318
rustc's default color scheme. Cannot be used with human or short.
319319

320320
o json-render-diagnostics: Instruct Cargo to not include rustc
321-
diagnostics in in JSON messages printed, but instead Cargo itself
321+
diagnostics in JSON messages printed, but instead Cargo itself
322322
should render the JSON diagnostics coming from rustc. Cargo's own
323323
JSON diagnostics and others coming from rustc are still emitted.
324324
Cannot be used with human or short.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ OPTIONS
313313
rustc's default color scheme. Cannot be used with human or short.
314314

315315
o json-render-diagnostics: Instruct Cargo to not include rustc
316-
diagnostics in in JSON messages printed, but instead Cargo itself
316+
diagnostics in JSON messages printed, but instead Cargo itself
317317
should render the JSON diagnostics coming from rustc. Cargo's own
318318
JSON diagnostics and others coming from rustc are still emitted.
319319
Cannot be used with human or short.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ OPTIONS
160160
rustc's default color scheme. Cannot be used with human or short.
161161

162162
o json-render-diagnostics: Instruct Cargo to not include rustc
163-
diagnostics in in JSON messages printed, but instead Cargo itself
163+
diagnostics in JSON messages printed, but instead Cargo itself
164164
should render the JSON diagnostics coming from rustc. Cargo's own
165165
JSON diagnostics and others coming from rustc are still emitted.
166166
Cannot be used with human or short.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ OPTIONS
262262
rustc's default color scheme. Cannot be used with human or short.
263263

264264
o json-render-diagnostics: Instruct Cargo to not include rustc
265-
diagnostics in in JSON messages printed, but instead Cargo itself
265+
diagnostics in JSON messages printed, but instead Cargo itself
266266
should render the JSON diagnostics coming from rustc. Cargo's own
267267
JSON diagnostics and others coming from rustc are still emitted.
268268
Cannot be used with human or short.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ OPTIONS
232232
rustc's default color scheme. Cannot be used with human or short.
233233

234234
o json-render-diagnostics: Instruct Cargo to not include rustc
235-
diagnostics in in JSON messages printed, but instead Cargo itself
235+
diagnostics in JSON messages printed, but instead Cargo itself
236236
should render the JSON diagnostics coming from rustc. Cargo's own
237237
JSON diagnostics and others coming from rustc are still emitted.
238238
Cannot be used with human or short.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ OPTIONS
329329
rustc's default color scheme. Cannot be used with human or short.
330330

331331
o json-render-diagnostics: Instruct Cargo to not include rustc
332-
diagnostics in in JSON messages printed, but instead Cargo itself
332+
diagnostics in JSON messages printed, but instead Cargo itself
333333
should render the JSON diagnostics coming from rustc. Cargo's own
334334
JSON diagnostics and others coming from rustc are still emitted.
335335
Cannot be used with human or short.

src/doc/man/includes/options-message-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and consists of comma-separated values. Valid values:
1414
- `json-diagnostic-rendered-ansi`: Ensure the `rendered` field of JSON messages
1515
contains embedded ANSI color codes for respecting rustc's default color
1616
scheme. Cannot be used with `human` or `short`.
17-
- `json-render-diagnostics`: Instruct Cargo to not include rustc diagnostics in
17+
- `json-render-diagnostics`: Instruct Cargo to not include rustc diagnostics
1818
in JSON messages printed, but instead Cargo itself should render the
1919
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
2020
coming from rustc are still emitted. Cannot be used with `human` or `short`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ the &quot;short&quot; rendering from rustc. Cannot be used with <code>human</cod
364364
<li><code>json-diagnostic-rendered-ansi</code>: Ensure the <code>rendered</code> field of JSON messages
365365
contains embedded ANSI color codes for respecting rustc's default color
366366
scheme. Cannot be used with <code>human</code> or <code>short</code>.</li>
367-
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics in
367+
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics
368368
in JSON messages printed, but instead Cargo itself should render the
369369
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
370370
coming from rustc are still emitted. Cannot be used with <code>human</code> or <code>short</code>.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ the &quot;short&quot; rendering from rustc. Cannot be used with <code>human</cod
300300
<li><code>json-diagnostic-rendered-ansi</code>: Ensure the <code>rendered</code> field of JSON messages
301301
contains embedded ANSI color codes for respecting rustc's default color
302302
scheme. Cannot be used with <code>human</code> or <code>short</code>.</li>
303-
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics in
303+
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics
304304
in JSON messages printed, but instead Cargo itself should render the
305305
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
306306
coming from rustc are still emitted. Cannot be used with <code>human</code> or <code>short</code>.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ the &quot;short&quot; rendering from rustc. Cannot be used with <code>human</cod
290290
<li><code>json-diagnostic-rendered-ansi</code>: Ensure the <code>rendered</code> field of JSON messages
291291
contains embedded ANSI color codes for respecting rustc's default color
292292
scheme. Cannot be used with <code>human</code> or <code>short</code>.</li>
293-
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics in
293+
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics
294294
in JSON messages printed, but instead Cargo itself should render the
295295
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
296296
coming from rustc are still emitted. Cannot be used with <code>human</code> or <code>short</code>.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ the &quot;short&quot; rendering from rustc. Cannot be used with <code>human</cod
264264
<li><code>json-diagnostic-rendered-ansi</code>: Ensure the <code>rendered</code> field of JSON messages
265265
contains embedded ANSI color codes for respecting rustc's default color
266266
scheme. Cannot be used with <code>human</code> or <code>short</code>.</li>
267-
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics in
267+
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics
268268
in JSON messages printed, but instead Cargo itself should render the
269269
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
270270
coming from rustc are still emitted. Cannot be used with <code>human</code> or <code>short</code>.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ the &quot;short&quot; rendering from rustc. Cannot be used with <code>human</cod
370370
<li><code>json-diagnostic-rendered-ansi</code>: Ensure the <code>rendered</code> field of JSON messages
371371
contains embedded ANSI color codes for respecting rustc's default color
372372
scheme. Cannot be used with <code>human</code> or <code>short</code>.</li>
373-
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics in
373+
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics
374374
in JSON messages printed, but instead Cargo itself should render the
375375
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
376376
coming from rustc are still emitted. Cannot be used with <code>human</code> or <code>short</code>.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ the &quot;short&quot; rendering from rustc. Cannot be used with <code>human</cod
353353
<li><code>json-diagnostic-rendered-ansi</code>: Ensure the <code>rendered</code> field of JSON messages
354354
contains embedded ANSI color codes for respecting rustc's default color
355355
scheme. Cannot be used with <code>human</code> or <code>short</code>.</li>
356-
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics in
356+
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics
357357
in JSON messages printed, but instead Cargo itself should render the
358358
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
359359
coming from rustc are still emitted. Cannot be used with <code>human</code> or <code>short</code>.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ the &quot;short&quot; rendering from rustc. Cannot be used with <code>human</cod
199199
<li><code>json-diagnostic-rendered-ansi</code>: Ensure the <code>rendered</code> field of JSON messages
200200
contains embedded ANSI color codes for respecting rustc's default color
201201
scheme. Cannot be used with <code>human</code> or <code>short</code>.</li>
202-
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics in
202+
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics
203203
in JSON messages printed, but instead Cargo itself should render the
204204
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
205205
coming from rustc are still emitted. Cannot be used with <code>human</code> or <code>short</code>.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ the &quot;short&quot; rendering from rustc. Cannot be used with <code>human</cod
300300
<li><code>json-diagnostic-rendered-ansi</code>: Ensure the <code>rendered</code> field of JSON messages
301301
contains embedded ANSI color codes for respecting rustc's default color
302302
scheme. Cannot be used with <code>human</code> or <code>short</code>.</li>
303-
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics in
303+
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics
304304
in JSON messages printed, but instead Cargo itself should render the
305305
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
306306
coming from rustc are still emitted. Cannot be used with <code>human</code> or <code>short</code>.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ the &quot;short&quot; rendering from rustc. Cannot be used with <code>human</cod
283283
<li><code>json-diagnostic-rendered-ansi</code>: Ensure the <code>rendered</code> field of JSON messages
284284
contains embedded ANSI color codes for respecting rustc's default color
285285
scheme. Cannot be used with <code>human</code> or <code>short</code>.</li>
286-
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics in
286+
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics
287287
in JSON messages printed, but instead Cargo itself should render the
288288
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
289289
coming from rustc are still emitted. Cannot be used with <code>human</code> or <code>short</code>.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ the &quot;short&quot; rendering from rustc. Cannot be used with <code>human</cod
385385
<li><code>json-diagnostic-rendered-ansi</code>: Ensure the <code>rendered</code> field of JSON messages
386386
contains embedded ANSI color codes for respecting rustc's default color
387387
scheme. Cannot be used with <code>human</code> or <code>short</code>.</li>
388-
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics in
388+
<li><code>json-render-diagnostics</code>: Instruct Cargo to not include rustc diagnostics
389389
in JSON messages printed, but instead Cargo itself should render the
390390
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
391391
coming from rustc are still emitted. Cannot be used with <code>human</code> or <code>short</code>.</li>

src/etc/man/cargo-bench.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ scheme. Cannot be used with \fBhuman\fR or \fBshort\fR\&.
391391
.RE
392392
.sp
393393
.RS 4
394-
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics in
394+
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics
395395
in JSON messages printed, but instead Cargo itself should render the
396396
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
397397
coming from rustc are still emitted. Cannot be used with \fBhuman\fR or \fBshort\fR\&.

src/etc/man/cargo-build.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ scheme. Cannot be used with \fBhuman\fR or \fBshort\fR\&.
310310
.RE
311311
.sp
312312
.RS 4
313-
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics in
313+
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics
314314
in JSON messages printed, but instead Cargo itself should render the
315315
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
316316
coming from rustc are still emitted. Cannot be used with \fBhuman\fR or \fBshort\fR\&.

src/etc/man/cargo-check.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ scheme. Cannot be used with \fBhuman\fR or \fBshort\fR\&.
302302
.RE
303303
.sp
304304
.RS 4
305-
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics in
305+
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics
306306
in JSON messages printed, but instead Cargo itself should render the
307307
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
308308
coming from rustc are still emitted. Cannot be used with \fBhuman\fR or \fBshort\fR\&.

src/etc/man/cargo-doc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ scheme. Cannot be used with \fBhuman\fR or \fBshort\fR\&.
269269
.RE
270270
.sp
271271
.RS 4
272-
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics in
272+
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics
273273
in JSON messages printed, but instead Cargo itself should render the
274274
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
275275
coming from rustc are still emitted. Cannot be used with \fBhuman\fR or \fBshort\fR\&.

src/etc/man/cargo-fix.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ scheme. Cannot be used with \fBhuman\fR or \fBshort\fR\&.
397397
.RE
398398
.sp
399399
.RS 4
400-
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics in
400+
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics
401401
in JSON messages printed, but instead Cargo itself should render the
402402
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
403403
coming from rustc are still emitted. Cannot be used with \fBhuman\fR or \fBshort\fR\&.

src/etc/man/cargo-install.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ scheme. Cannot be used with \fBhuman\fR or \fBshort\fR\&.
409409
.RE
410410
.sp
411411
.RS 4
412-
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics in
412+
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics
413413
in JSON messages printed, but instead Cargo itself should render the
414414
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
415415
coming from rustc are still emitted. Cannot be used with \fBhuman\fR or \fBshort\fR\&.

src/etc/man/cargo-run.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ scheme. Cannot be used with \fBhuman\fR or \fBshort\fR\&.
202202
.RE
203203
.sp
204204
.RS 4
205-
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics in
205+
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics
206206
in JSON messages printed, but instead Cargo itself should render the
207207
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
208208
coming from rustc are still emitted. Cannot be used with \fBhuman\fR or \fBshort\fR\&.

src/etc/man/cargo-rustc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ scheme. Cannot be used with \fBhuman\fR or \fBshort\fR\&.
320320
.RE
321321
.sp
322322
.RS 4
323-
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics in
323+
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics
324324
in JSON messages printed, but instead Cargo itself should render the
325325
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
326326
coming from rustc are still emitted. Cannot be used with \fBhuman\fR or \fBshort\fR\&.

src/etc/man/cargo-rustdoc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ scheme. Cannot be used with \fBhuman\fR or \fBshort\fR\&.
288288
.RE
289289
.sp
290290
.RS 4
291-
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics in
291+
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics
292292
in JSON messages printed, but instead Cargo itself should render the
293293
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
294294
coming from rustc are still emitted. Cannot be used with \fBhuman\fR or \fBshort\fR\&.

src/etc/man/cargo-test.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ scheme. Cannot be used with \fBhuman\fR or \fBshort\fR\&.
410410
.RE
411411
.sp
412412
.RS 4
413-
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics in
413+
\h'-04'\(bu\h'+02'\fBjson\-render\-diagnostics\fR: Instruct Cargo to not include rustc diagnostics
414414
in JSON messages printed, but instead Cargo itself should render the
415415
JSON diagnostics coming from rustc. Cargo's own JSON diagnostics and others
416416
coming from rustc are still emitted. Cannot be used with \fBhuman\fR or \fBshort\fR\&.

0 commit comments

Comments
 (0)