rm obsolete for support from the compiler
This commit is contained in:
parent
1008945528
commit
e7bb33aed8
20 changed files with 15 additions and 323 deletions
|
|
@ -70,8 +70,7 @@ pub fn loop_query(b: &ast::Block, p: @fn(&ast::expr_) -> bool) -> bool {
|
|||
match e.node {
|
||||
// Skip inner loops, since a break in the inner loop isn't a
|
||||
// break inside the outer loop
|
||||
ast::expr_loop(*) | ast::expr_while(*)
|
||||
| ast::expr_loop_body(*) => {}
|
||||
ast::expr_loop(*) | ast::expr_while(*) => {}
|
||||
_ => oldvisit::visit_expr(e, (flag, v))
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue