Skip to content

Commit

Permalink
Fix query item name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilirad committed Nov 30, 2023
1 parent 9db6050 commit affd812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/query/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ mod tests {
}
}

let _ = private::QReadOnly { a: &A };
let _ = private::DReadOnly { a: &A };

fn my_system(query: Query<private::D>) {
for q in &query {
Expand Down

0 comments on commit affd812

Please sign in to comment.