diff --git a/impl/src/generics.rs b/impl/src/generics.rs index 95592a7..254c2ed 100644 --- a/impl/src/generics.rs +++ b/impl/src/generics.rs @@ -57,7 +57,6 @@ impl InferredBounds { } } - #[allow(clippy::type_repetition_in_bounds, clippy::trait_duplication_in_bounds)] // clippy bug: https://github.com/rust-lang/rust-clippy/issues/8771 pub fn insert(&mut self, ty: impl ToTokens, bound: impl ToTokens) { let ty = ty.to_token_stream(); let bound = bound.to_token_stream();