Skip to content

Commit 8173aba

Browse files
committed
Revert "Auto merge of rust-lang#92007 - oli-obk:lazy_tait2, r=nikomatsakis"
This reverts commit e7cc3bd, reversing changes made to 734368a.
1 parent 5044e37 commit 8173aba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_utils/src/qualify_min_const_fn.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ pub fn is_min_const_fn<'a, 'tcx>(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, msrv:
3232
| ty::PredicateKind::Projection(_)
3333
| ty::PredicateKind::ConstEvaluatable(..)
3434
| ty::PredicateKind::ConstEquate(..)
35-
| ty::PredicateKind::OpaqueType(..)
3635
| ty::PredicateKind::TypeWellFormedFromEnv(..) => continue,
3736
ty::PredicateKind::ObjectSafe(_) => panic!("object safe predicate on function: {:#?}", predicate),
3837
ty::PredicateKind::ClosureKind(..) => panic!("closure kind predicate on function: {:#?}", predicate),

0 commit comments

Comments
 (0)