Skip to content

Commit

Permalink
move changes to man files
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpaulmcintyre committed Feb 24, 2022
1 parent 4464aa4 commit 8db6be6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/doc/man/cargo-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ includes an option to control the number of threads used:
cargo test --test int_test_name -- modname::test_name

## SEE ALSO
{{man "cargo" 1}}, {{man "cargo-bench" 1}}
{{man "cargo" 1}}, {{man "cargo-bench" 1}}, [types of tests](../reference/cargo-targets.html#tests), [how to write tests](https://doc.rust-lang.org/rustc/tests/index.html)
4 changes: 3 additions & 1 deletion src/doc/man/generated_txt/cargo-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -407,5 +407,7 @@ EXAMPLES
cargo test --test int_test_name -- modname::test_name

SEE ALSO
cargo(1), cargo-bench(1)
cargo(1), cargo-bench(1), types of tests
<https://doc.rust-lang.org/cargo/reference/cargo-targets.html#tests>,
how to write tests <https://doc.rust-lang.org/rustc/tests/index.html>

2 changes: 1 addition & 1 deletion src/etc/man/cargo-test.1
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,4 @@ cargo test \-\-test int_test_name \-\- modname::test_name
.RE
.RE
.SH "SEE ALSO"
\fBcargo\fR(1), \fBcargo\-bench\fR(1)
\fBcargo\fR(1), \fBcargo\-bench\fR(1), \fItypes of tests\fR <https://doc.rust\-lang.org/cargo/reference/cargo\-targets.html#tests>, \fIhow to write tests\fR <https://doc.rust\-lang.org/rustc/tests/index.html>

0 comments on commit 8db6be6

Please sign in to comment.