Skip to content

Commit ccd7d89

Browse files
committed
Suppress clippy warning.
1 parent d6c19c1 commit ccd7d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parser/src/ast.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ pub struct Parameter {
307307
pub annotation: Option<Box<Expression>>,
308308
}
309309

310+
#[allow(clippy::large_enum_variant)]
310311
#[derive(Debug, PartialEq)]
311312
pub enum ComprehensionKind {
312313
GeneratorExpression { element: Expression },

0 commit comments

Comments
 (0)