diff options
Diffstat (limited to 'azalea-entity/src/plugin/indexing.rs')
| -rw-r--r-- | azalea-entity/src/plugin/indexing.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-entity/src/plugin/indexing.rs b/azalea-entity/src/plugin/indexing.rs index 23f53c5f..3a349f5c 100644 --- a/azalea-entity/src/plugin/indexing.rs +++ b/azalea-entity/src/plugin/indexing.rs @@ -229,6 +229,7 @@ pub fn update_entity_chunk_positions( } /// Despawn entities that aren't being loaded by anything. +#[allow(clippy::type_complexity)] pub fn remove_despawned_entities_from_indexes( mut commands: Commands, mut entity_infos: ResMut<EntityUuidIndex>, |
