mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix clippy
This commit is contained in:
parent
febd9715c4
commit
aa9ae94186
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue