Skip to content

Commit b456307

Browse files
committed
Remove obsolete comment.
1 parent a9aed86 commit b456307

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_mir_transform/src/normalize_array_len.rs

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pub struct NormalizeArrayLen;
1313

1414
impl<'tcx> MirPass<'tcx> for NormalizeArrayLen {
1515
fn is_enabled(&self, sess: &rustc_session::Session) -> bool {
16-
// See #105929
1716
sess.mir_opt_level() >= 3
1817
}
1918

0 commit comments

Comments
 (0)