Skip to content

Commit

Permalink
Clippy: allow large enum variant
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed Jun 22, 2022
1 parent 9e579d8 commit 7a35920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7a35920

Please sign in to comment.