Update tools and fulldeps tests
This commit is contained in:
parent
96e583fd52
commit
b8e3cb0377
@ -664,7 +664,7 @@ struct ControlFlow<'a> {
|
||||
|
||||
fn extract_pats_and_cond(expr: &ast::Expr) -> (Option<&ast::Pat>, &ast::Expr) {
|
||||
match expr.kind {
|
||||
ast::ExprKind::Let(ref pat, ref cond, _) => (Some(pat), cond),
|
||||
ast::ExprKind::Let(ref pat, ref cond, _, _) => (Some(pat), cond),
|
||||
_ => (None, expr),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user