We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a46c9 commit 6b677b6Copy full SHA for 6b677b6
src/tutorial/testing.md
@@ -56,7 +56,7 @@ fn check_answer_validity() {
56
}
57
```
58
59
-You can put this snippet of code in pretty much any file in `src/` or `tests/`
+You can put this snippet of code in pretty much any source file in your package
60
and `cargo test` will find
61
and run it.
62
The key here is the `#[test]` attribute.
0 commit comments