Skip to content

Commit

Permalink
another undo
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBrienen committed Oct 31, 2024
1 parent 64fcd1e commit 4720f04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/bevy_ecs/src/query/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1213,8 +1213,9 @@ where
}
}

impl<D: QueryData, F: QueryFilter, I: Iterator> DoubleEndedIterator
for QuerySortedIter<'_, '_, D, F, I>
#[expect(clippy::needless_lifetimes)]
impl<'w, 's, D: QueryData, F: QueryFilter, I: Iterator> DoubleEndedIterator
for QuerySortedIter<'w, 's, D, F, I>
where
I: DoubleEndedIterator<Item = Entity>,
{
Expand Down

0 comments on commit 4720f04

Please sign in to comment.