From f9ba9ae912bf8ef1ee4f3a514c99c1ebee3f6f63 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Fri, 13 Dec 2019 19:25:56 +0300 Subject: [PATCH] Enable clippy::large_enum_variant error --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index aefc40471..02bb9ca02 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,