Skip to content

Commit 024848d

Browse files
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
2 parents 86732ff + 8b5187f commit 024848d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_lint/src/unused.rs

-2
Original file line numberDiff line numberDiff line change
@@ -977,8 +977,6 @@ impl UnusedDelimLint for UnusedBraces {
977977
}
978978
}
979979
ast::ExprKind::Let(_, ref expr) => {
980-
// FIXME(#60336): Properly handle `let true = (false && true)`
981-
// actually needing the parenthesis.
982980
self.check_unused_delims_expr(
983981
cx,
984982
expr,

0 commit comments

Comments
 (0)