summaryrefslogtreecommitdiffstats
path: root/examples/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'examples/changelog')
-rw-r--r--examples/changelog/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/changelog/Cargo.toml b/examples/changelog/Cargo.toml
index eb942235..eeb7b526 100644
--- a/examples/changelog/Cargo.toml
+++ b/examples/changelog/Cargo.toml
@@ -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"]