summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-02 19:13:04 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-02 19:13:04 +0100
commit60e41666d0e203d9777de981121c39f569bc3a7b (patch)
treec655977dcb795c81a078894ec859f10e0eade59c /examples
parent18fd5300854522a091a2bcccb47b65f1d1d8f063 (diff)
downloadiced-60e41666d0e203d9777de981121c39f569bc3a7b.tar.gz
iced-60e41666d0e203d9777de981121c39f569bc3a7b.tar.bz2
iced-60e41666d0e203d9777de981121c39f569bc3a7b.zip
Ask `clippy` to behave
Diffstat (limited to 'examples')
-rw-r--r--examples/custom_quad/src/main.rs1
1 files changed, 1 insertions, 0 deletions
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),