mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
https://github.com/rust-lang/rust-clippy/issues/8771 error: this type has already been used as a bound predicate --> impl/src/generics.rs:60:61 | 60 | pub fn insert(&mut self, ty: impl ToTokens, bound: impl ToTokens) { | ^^^^^^^^ | = note: `-D clippy::type-repetition-in-bounds` implied by `-D clippy::pedantic` = help: consider combining the bounds: `impl ToTokens: ToTokens + ToTokens` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_repetition_in_bounds error: this trait bound is already specified in the where clause --> impl/src/generics.rs:60:39 | 60 | pub fn insert(&mut self, ty: impl ToTokens, bound: impl ToTokens) { | ^^^^^^^^ | = note: `-D clippy::trait-duplication-in-bounds` implied by `-D clippy::pedantic` = help: consider removing this trait bound = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trait_duplication_in_bounds |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT |