Fix an old FIXME in redundant paren lint

Referenced bug was fixed a while ago
This commit is contained in:
Ömer Sinan Ağacan 2021-01-30 22:39:52 +03:00
parent 7ce1b3b244
commit 8b5187f7ea
1 changed files with 0 additions and 2 deletions

View File

@ -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,