From a54f18f445e5bb13231ab3c716a32d1706119b5f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Feb 2023 23:55:19 -0500 Subject: more clippy cleanups --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index eaef000..fd14fcf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,6 +11,7 @@ #![allow(clippy::too_many_lines)] #![allow(clippy::type_complexity)] #![allow(clippy::multiple_crate_versions)] +#![allow(clippy::large_enum_variant)] // we aren't really documenting apis anyway #![allow(clippy::missing_errors_doc)] #![allow(clippy::missing_panics_doc)] -- cgit v1.2.3-54-g00ecf