Skip to content

Commit

Permalink
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Browse files Browse the repository at this point in the history
This reverts commit e7cc3bd, reversing
changes made to 734368a.
  • Loading branch information
oli-obk committed Feb 11, 2022
1 parent 5044e37 commit 8173aba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_utils/src/qualify_min_const_fn.rs
Expand Up @@ -32,7 +32,6 @@ pub fn is_min_const_fn<'a, 'tcx>(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, msrv:
| ty::PredicateKind::Projection(_)
| ty::PredicateKind::ConstEvaluatable(..)
| ty::PredicateKind::ConstEquate(..)
| ty::PredicateKind::OpaqueType(..)
| ty::PredicateKind::TypeWellFormedFromEnv(..) => continue,
ty::PredicateKind::ObjectSafe(_) => panic!("object safe predicate on function: {:#?}", predicate),
ty::PredicateKind::ClosureKind(..) => panic!("closure kind predicate on function: {:#?}", predicate),
Expand Down

0 comments on commit 8173aba

Please sign in to comment.