8000 Suppress clippy warning. · rmliddle/RustPython@ccd7d89 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0