We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9906b commit c962ddbCopy full SHA for c962ddb
tests/ui/type_repetition_in_bounds.stderr
@@ -9,7 +9,7 @@ note: lint level defined here
9
|
10
LL | #[deny(clippy::type_repetition_in_bounds)]
11
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
- = help: consider combining the bounds: `T: Copy + Clone`
+ = help: consider combining the bounds: `T: Copy, Clone`
13
14
error: aborting due to previous error
15
0 commit comments