Skip to content

Commit

Permalink
Fix an old FIXME in redundant paren lint
Browse files Browse the repository at this point in the history
Referenced bug was fixed a while ago
  • Loading branch information
osa1 committed Jan 30, 2021
1 parent 7ce1b3b commit 8b5187f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_lint/src/unused.rs
Original file line number Diff line number Diff line change
Expand Up @@ -977,8 +977,6 @@ impl UnusedDelimLint for UnusedBraces {
}
}
ast::ExprKind::Let(_, ref expr) => {
// FIXME(#60336): Properly handle `let true = (false && true)`
// actually needing the parenthesis.
self.check_unused_delims_expr(
cx,
expr,
Expand Down

0 comments on commit 8b5187f

Please sign in to comment.