Dismiss large-enum-variant lint
This commit is contained in:
parent
ab2adb11be
commit
f4d03870dd
1 changed files with 3 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue