Ask clippy to behave

This commit is contained in:
Héctor Ramón Jiménez 2022-12-02 19:13:04 +01:00
parent 18fd530085
commit 60e41666d0
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -86,6 +86,7 @@ struct Example {
} }
#[derive(Debug, Clone, Copy)] #[derive(Debug, Clone, Copy)]
#[allow(clippy::enum_variant_names)]
enum Message { enum Message {
RadiusTopLeftChanged(f32), RadiusTopLeftChanged(f32),
RadiusTopRightChanged(f32), RadiusTopRightChanged(f32),