diff --git a/test_suite/tests/test_annotations.rs b/test_suite/tests/test_annotations.rs index c97de81a..382a951d 100644 --- a/test_suite/tests/test_annotations.rs +++ b/test_suite/tests/test_annotations.rs @@ -4,7 +4,8 @@ // Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7422 clippy::nonstandard_macro_braces, clippy::too_many_lines, - clippy::trivially_copy_pass_by_ref + clippy::trivially_copy_pass_by_ref, + clippy::type_repetition_in_bounds )] use serde::de::{self, MapAccess, Unexpected, Visitor}; diff --git a/test_suite/tests/test_gen.rs b/test_suite/tests/test_gen.rs index fc8c0a6e..32b75cbb 100644 --- a/test_suite/tests/test_gen.rs +++ b/test_suite/tests/test_gen.rs @@ -14,7 +14,8 @@ clippy::nonstandard_macro_braces, clippy::ptr_arg, clippy::too_many_lines, - clippy::trivially_copy_pass_by_ref + clippy::trivially_copy_pass_by_ref, + clippy::type_repetition_in_bounds )] use serde::de::DeserializeOwned;