1
Fork 0

Remove obsolete comment.

This commit is contained in:
Camille GILLOT 2023-01-29 22:09:51 +00:00
parent a9aed861ac
commit b456307cb1

View file

@ -13,7 +13,6 @@ pub struct NormalizeArrayLen;
impl<'tcx> MirPass<'tcx> for NormalizeArrayLen { impl<'tcx> MirPass<'tcx> for NormalizeArrayLen {
fn is_enabled(&self, sess: &rustc_session::Session) -> bool { fn is_enabled(&self, sess: &rustc_session::Session) -> bool {
// See #105929
sess.mir_opt_level() >= 3 sess.mir_opt_level() >= 3
} }