Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rewin123 committed Sep 4, 2024
1 parent febd971 commit aa9ae94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/world/entity_ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ impl<'w> EntityWorldMut<'w> {
.bundles
.get_unchecked(bundle)
.contributed_components()
.into_iter()
.iter()
});

// Find all components that depend on bundle components
Expand Down

0 comments on commit aa9ae94

Please sign in to comment.