mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 19:13:08 +00:00
f5039a476d
# Objective - Calling .id() has no purpose unless you use the Entity returned - This is an easy source of confusion for beginners. - This is easily missed during refactors. ## Solution - Mark the appropriate methods as #[must_use] |
||
---|---|---|
.. | ||
command_queue.rs | ||
mod.rs |