temporarily suppress new clipply lint (#929)

This commit is contained in:
Carter Anderson 2020-11-25 17:46:37 -08:00 committed by GitHub
parent de5ff0aa5a
commit bd5bd3bc07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(())
}