Remove stray comment

Its pointee was removed in 04a6d16c7b
This commit is contained in:
Shotaro Yamada 2018-04-01 21:10:31 +09:00
parent a2325375ed
commit 39e85281f3

View file

@ -316,8 +316,6 @@ fn chain_only_try(exprs: &[ast::Expr]) -> bool {
})
}
// Try to rewrite and replace the last non-try child. Return `true` if
// replacing succeeds.
fn rewrite_try(
expr: &ast::Expr,
try_count: usize,