Skip to content

Commit 3932a01

Browse files
committed
Apply new clippy lint
1 parent 198089f commit 3932a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enumflags_derive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fn fold_expr(expr: &syn::Expr) -> Option<u128> {
9999
}
100100
}
101101
Expr::Paren(syn::ExprParen { expr, .. }) | Expr::Group(syn::ExprGroup { expr, .. }) => {
102-
fold_expr(&expr)
102+
fold_expr(expr)
103103
}
104104
_ => None,
105105
}

0 commit comments

Comments
 (0)