diff options
author | 2024-10-22 03:01:24 +0200 | |
---|---|---|
committer | 2024-10-22 03:01:24 +0200 | |
commit | f4d03870dd1365e8931c6f8e203eda940de735d6 (patch) | |
tree | 008341e01af53064081106432e7b0b29cd41894c /examples/changelog | |
parent | ab2adb11be28a3e44aa77daf41bbf7d86233d4ea (diff) | |
download | iced-f4d03870dd1365e8931c6f8e203eda940de735d6.tar.gz iced-f4d03870dd1365e8931c6f8e203eda940de735d6.tar.bz2 iced-f4d03870dd1365e8931c6f8e203eda940de735d6.zip |
Dismiss `large-enum-variant` lint
Diffstat (limited to 'examples/changelog')
-rw-r--r-- | examples/changelog/Cargo.toml | 3 |
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"] |