mirror of
https://github.com/bevyengine/bevy
synced 2024-11-29 16:10:19 +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> {
|
fn map_entities(_world: &mut World, _entity_map: &EntityMap) -> Result<(), MapEntitiesError> {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue