From 7a3592008ea9accb531235937198fe8dd72a7428 Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Wed, 22 Jun 2022 21:01:42 +0200 Subject: [PATCH] Clippy: allow large enum variant --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index f41e3d3..d1e0d74 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -257,6 +257,7 @@ SIG_VALTYPE_ 2000 Signal_8 : 1; } /// Possible error cases for `can-dbc` +#[allow(clippy::large_enum_variant)] #[derive(Debug)] pub enum Error<'a> { /// Remaining String, the DBC was only read partially.