temporarily suppress new clipply lint (#929)
This commit is contained in:
parent
de5ff0aa5a
commit
bd5bd3bc07
@ -141,6 +141,8 @@ impl ComponentRegistrationDefaults {
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE: this code will be removed soon, so we're just suppressing the new clippy lint
|
||||
#[allow(clippy::clippy::unnecessary_wraps)]
|
||||
fn map_entities(_world: &mut World, _entity_map: &EntityMap) -> Result<(), MapEntitiesError> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user