Skip to content

Commit

Permalink
Dismiss large-enum-variant lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Oct 22, 2024
1 parent ab2adb1 commit f4d0387
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/changelog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit f4d0387

Please sign in to comment.