diff --git a/test_suite/tests/test_annotations.rs b/test_suite/tests/test_annotations.rs index d8e18e9f..f32c22c1 100644 --- a/test_suite/tests/test_annotations.rs +++ b/test_suite/tests/test_annotations.rs @@ -6,7 +6,8 @@ clippy::nonstandard_macro_braces, clippy::too_many_lines, clippy::trivially_copy_pass_by_ref, - clippy::type_repetition_in_bounds + clippy::type_repetition_in_bounds, + clippy::uninlined_format_args, )] use serde::de::{self, MapAccess, Unexpected, Visitor}; @@ -1235,7 +1236,7 @@ fn serialize_variant_as_string(f1: &str, f2: &u8, serializer: S) -> Result(deserializer: D) -> Result<(String, u8), D::Error>