Updated test stderr

This commit is contained in:
xd009642 2019-07-27 12:07:02 +01:00
parent 5e9906b2c6
commit c962ddbd29

View file

@ -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