diff --git a/instant-xml/tests/generics.rs b/instant-xml/tests/generics.rs index 5664be4..b57c57d 100644 --- a/instant-xml/tests/generics.rs +++ b/instant-xml/tests/generics.rs @@ -10,7 +10,7 @@ struct Bar { bar: String, } -#[allow(clippy::disallowed_names)] +#[allow(clippy::disallowed_names)] // `foo` is not allowed #[test] fn serialize_generics() { let foo = Foo {