Rollup merge of #135321 - matthiaskrgr:out_of_into, r=lqd

remove more redundant into() conversions
This commit is contained in:
Jacob Pratt 2025-01-10 03:55:23 -05:00 committed by GitHub
commit b557f1baa7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View file

@ -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,