1
Fork 0

remove more redundant into() conversions

This commit is contained in:
Matthias Krüger 2025-01-10 07:08:28 +01:00
parent 88ab2d8acb
commit 1c619373f9
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,