Skip to content

Commit

Permalink
more undo
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBrienen committed Oct 31, 2024
1 parent 4720f04 commit 71857fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/query/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ where

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

0 comments on commit 71857fc

Please sign in to comment.