Skip to content

Commit c962ddb

Browse files
committed
Updated test stderr
1 parent 5e9906b commit c962ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/type_repetition_in_bounds.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ note: lint level defined here
99
|
1010
LL | #[deny(clippy::type_repetition_in_bounds)]
1111
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12-
= help: consider combining the bounds: `T: Copy + Clone`
12+
= help: consider combining the bounds: `T: Copy, Clone`
1313

1414
error: aborting due to previous error
1515

0 commit comments

Comments
 (0)