mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
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
@ -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…
Reference in New Issue
Block a user