Rollup merge of #135321 - matthiaskrgr:out_of_into, r=lqd
remove more redundant into() conversions
This commit is contained in:
commit
b557f1baa7
3 changed files with 4 additions and 5 deletions
|
@ -1036,7 +1036,7 @@ pub(super) fn const_conditions<'tcx>(
|
|||
|
||||
icx.lowerer().lower_bounds(
|
||||
tcx.types.self_param,
|
||||
supertraits.into_iter(),
|
||||
supertraits,
|
||||
&mut bounds,
|
||||
ty::List::empty(),
|
||||
PredicateFilter::ConstIfConst,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue