Fix an old FIXME in redundant paren lint
Referenced bug was fixed a while ago
This commit is contained in:
parent
7ce1b3b244
commit
8b5187f7ea
1 changed files with 0 additions and 2 deletions
|
@ -977,8 +977,6 @@ impl UnusedDelimLint for UnusedBraces {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ast::ExprKind::Let(_, ref expr) => {
|
ast::ExprKind::Let(_, ref expr) => {
|
||||||
// FIXME(#60336): Properly handle `let true = (false && true)`
|
|
||||||
// actually needing the parenthesis.
|
|
||||||
self.check_unused_delims_expr(
|
self.check_unused_delims_expr(
|
||||||
cx,
|
cx,
|
||||||
expr,
|
expr,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue