mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
debug pring
This commit is contained in:
parent
97cb463c9b
commit
8e056ef042
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ fn compute_block_scopes(block: ast::Block, scopes: &mut FnScopes, mut scope: Sco
|
|||
}
|
||||
}
|
||||
if let Some(expr) = block.expr() {
|
||||
eprintln!("{:?}", expr);
|
||||
scopes.set_scope(expr.syntax(), scope);
|
||||
compute_expr_scopes(expr, scopes, scope);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue