Skip to content

Commit a1ac06a

Browse files
authored
Merge pull request #1366 from camelid/master
Clarify wording
2 parents 1f9be31 + 9fd3b7e commit a1ac06a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testing/dev_dependencies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Development dependencies
22

3-
Sometimes there is a need to have dependencies for tests (examples,
4-
benchmarks) only. Such dependencies are added to `Cargo.toml` in the
3+
Sometimes there is a need to have dependencies for tests (or examples,
4+
or benchmarks) only. Such dependencies are added to `Cargo.toml` in the
55
`[dev-dependencies]` section. These dependencies are not propagated to other
66
packages which depend on this package.
77

0 commit comments

Comments
 (0)