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.

0 commit comments

Comments
 (0)