From 60e41666d0e203d9777de981121c39f569bc3a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 2 Dec 2022 19:13:04 +0100 Subject: [PATCH] Ask `clippy` to behave --- examples/custom_quad/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/custom_quad/src/main.rs b/examples/custom_quad/src/main.rs index 2a5fe798..6509887c 100644 --- a/examples/custom_quad/src/main.rs +++ b/examples/custom_quad/src/main.rs @@ -86,6 +86,7 @@ struct Example { } #[derive(Debug, Clone, Copy)] +#[allow(clippy::enum_variant_names)] enum Message { RadiusTopLeftChanged(f32), RadiusTopRightChanged(f32),