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