mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
Enable clippy::large_enum_variant error
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
#![allow(
|
||||
clippy::type_complexity,
|
||||
clippy::cognitive_complexity,
|
||||
clippy::too_many_arguments,
|
||||
clippy::large_enum_variant
|
||||
clippy::too_many_arguments
|
||||
)]
|
||||
#![allow(
|
||||
clippy::unreadable_literal,
|
||||
|
||||
Reference in New Issue
Block a user