Dismiss large-enum-variant lint

This commit is contained in:
Héctor Ramón Jiménez 2024-10-22 03:01:24 +02:00
parent ab2adb11be
commit f4d03870dd
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -5,6 +5,9 @@ authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false
[lints.clippy]
large_enum_variant = "allow"
[dependencies]
iced.workspace = true
iced.features = ["tokio", "markdown", "highlighter", "debug"]