You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: type `T` has already been used as a bound predicate
|
79 | #[derive_where(Debug; T: Debug)]
| ^^^^^^^^
|
= help: consider combining the bounds: `T: MyTrait + Debug`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_repetition_in_bounds