mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #11300 - DAmNRelentless:patch-1, r=ehuss
Fix singular verb in tests page The word "compile" refers to the "code samples" which is plural.
This commit is contained in:
commit
92d8826ed4
@ -33,7 +33,7 @@ This will run any test with `foo` in its name.
|
|||||||
|
|
||||||
`cargo test` runs additional checks as well. It will compile any examples
|
`cargo test` runs additional checks as well. It will compile any examples
|
||||||
you’ve included to ensure they still compile. It also runs documentation
|
you’ve included to ensure they still compile. It also runs documentation
|
||||||
tests to ensure your code samples from documentation comments compiles.
|
tests to ensure your code samples from documentation comments compile.
|
||||||
Please see the [testing guide][testing] in the Rust documentation for a general
|
Please see the [testing guide][testing] in the Rust documentation for a general
|
||||||
view of writing and organizing tests. See [Cargo Targets: Tests] to learn more
|
view of writing and organizing tests. See [Cargo Targets: Tests] to learn more
|
||||||
about different styles of tests in Cargo.
|
about different styles of tests in Cargo.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user