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:
commit
024848d013
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue