Skip to content

Commit 6b79c21

Browse files
committed
Better explain what the example crate does, and link to doc.rs.
1 parent 49d90bb commit 6b79c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/dev_dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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

8-
One such example is using a crate that extends standard `assert!` macros.
8+
One such example is [`pretty_assertions`](https://docs.rs/pretty_assertions/1.0.0/pretty_assertions/index.html), which extends standard `assert_eq!` and `assert_ne!` macros, to provide colorful diff.
99
File `Cargo.toml`:
1010

1111
```toml

0 commit comments

Comments
 (0)