Rollup merge of #81568 - osa1:remove_old_fixme, r=jonas-schievink

Fix an old FIXME in redundant paren lint

Referenced bug was fixed a while ago
This commit is contained in:
Jonas Schievink 2021-01-31 16:36:51 +01:00 committed by GitHub
commit 024848d013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,