You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/testing/dev_dependencies.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ or benchmarks) only. Such dependencies are added to `Cargo.toml` in the
5
5
`[dev-dependencies]` section. These dependencies are not propagated to other
6
6
packages which depend on this package.
7
7
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.
0 commit comments