Skip to content

Commit b5d996a

Browse files
authored
Fix tests for latest rust version (#5)
1 parent b790763 commit b5d996a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage/tests/fails/missing_display.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0277]: `NotDisplay` doesn't implement `std::fmt::Display`
44
5 | #[derive(CacheDiff)]
55
| ^^^^^^^^^ `NotDisplay` cannot be formatted with the default formatter
66
|
7-
= help: the trait `std::fmt::Display` is not implemented for `NotDisplay`, which is required by `&NotDisplay: std::fmt::Display`
7+
= help: the trait `std::fmt::Display` is not implemented for `NotDisplay`
88
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
99
= note: required for `&NotDisplay` to implement `std::fmt::Display`
1010
note: required by a bound in `fmt_value`

0 commit comments

Comments
 (0)