Skip to content

Commit

Permalink
large enums are okay for batches
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Aug 15, 2024
1 parent b12faec commit 51b6e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/derive/src/types/batch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ impl BatchWithInclusionBlock {

/// A Batch.
#[derive(Debug, Clone, PartialEq, Eq)]
#[allow(clippy::large_enum_variant)]
pub enum Batch {
/// A single batch
Single(SingleBatch),
Expand Down

0 comments on commit 51b6e83

Please sign in to comment.