mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
temporarily suppress new clipply lint (#929)
This commit is contained in:
parent
de5ff0aa5a
commit
bd5bd3bc07
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue