File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Tests in your `src` files should be unit tests, and tests in `tests/` should be
66integration-style tests. As such, you’ll need to import your crates into
77the files in ` tests ` .
88
9- Here's an example of running ` cargo test ` in our package, which currently has
10- no tests:
9+ Here's an example of running ` cargo test ` in our [ package] [ def-package ] , which
10+ currently has no tests:
1111
1212``` console
1313$ cargo test
@@ -36,4 +36,5 @@ examples you’ve included and will also test the examples in your
3636documentation. Please see the [ testing guide] [ testing ] in the Rust
3737documentation for more details.
3838
39+ [ def-package ] : ../appendix/glossary.md#package ' "package" (glossary entry) '
3940[ testing ] : ../../book/ch11-00-testing.html
You can’t perform that action at this time.
0 commit comments