We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e497e32 + 587922d commit 31cf507Copy full SHA for 31cf507
src/doc/src/guide/tests.md
@@ -31,7 +31,7 @@ $ cargo test foo
31
32
This will run any test with `foo` in its name.
33
34
-`cargo test` runs additional checks as well. For example, it will compile any
+`cargo test` runs additional checks as well. It will compile any
35
examples you’ve included and will also test the examples in your
36
documentation. Please see the [testing guide][testing] in the Rust
37
documentation for more details.
0 commit comments