about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/ui/type_repetition_in_bounds.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/type_repetition_in_bounds.stderr b/tests/ui/type_repetition_in_bounds.stderr
index 1b49c69533c..6f5c67afb73 100644
--- a/tests/ui/type_repetition_in_bounds.stderr
+++ b/tests/ui/type_repetition_in_bounds.stderr
@@ -9,7 +9,7 @@ note: lint level defined here
    |
 LL | #[deny(clippy::type_repetition_in_bounds)]
    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   = help: consider combining the bounds: `T: Copy + Clone`
+   = help: consider combining the bounds: `T: Copy, Clone`
 
 error: aborting due to previous error