Fix some more basic clippy lints
This commit is contained in:
@@ -91,7 +91,7 @@ impl ast::Expr {
|
||||
| ast::Effect::Const(_)
|
||||
)
|
||||
}
|
||||
ast::Expr::ClosureExpr(__) => true,
|
||||
ast::Expr::ClosureExpr(_) => true,
|
||||
_ => false,
|
||||
};
|
||||
cb(expr);
|
||||
|
||||
Reference in New Issue
Block a user