Skip to content

Commit 2277208

Browse files
committed
Fix warning.
1 parent cafd9af commit 2277208

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ast.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5457,7 +5457,6 @@ pub enum Expression {
54575457
}
54585458

54595459
impl Parse for Expression {
5460-
#[allow(cyclomatic_complexity)]
54615460
fn parse<'a, 'b>(
54625461
ctx: &'a ParseContext,
54635462
subs: &'a mut SubstitutionTable,

0 commit comments

Comments
 (0)