Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
document insert_non_send_resource panics (#6328)
Signed-off-by: Lena Milizé <me@lvmn.org> # Objective Fixes #6277. ## Solution Adds `# Panics` section to [`fn insert_non_send_resource`](http://dev-docs.bevyengine.org/bevy/ecs/world/struct.World.html#method.insert_non_send_resource) documentation, which explains that it panics when called from thread other than main thread.
- Loading branch information