Skip to content

Commit bcd2241

Browse files
committedJul 20, 2022
Revert "Rollup merge of rust-lang#98582 - oli-obk:unconstrained_opaque_type, r=estebank"
This reverts commit 6f8fb91, reversing changes made to 7210e46.
1 parent 30a9533 commit bcd2241

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎clippy_utils/src/qualify_min_const_fn.rs

-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ fn check_place<'tcx>(tcx: TyCtxt<'tcx>, place: Place<'tcx>, span: Span, body: &B
252252
}
253253
},
254254
ProjectionElem::ConstantIndex { .. }
255-
| ProjectionElem::OpaqueCast(..)
256255
| ProjectionElem::Downcast(..)
257256
| ProjectionElem::Subslice { .. }
258257
| ProjectionElem::Deref

0 commit comments

Comments
 (0)
Please sign in to comment.