Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) # Objective - Fixes bevyengine#14860 ## Solution - Added a line of documentation to `FromWorld`'s trait definition mention the `Default` blanket implementation. - Added custom documentation to the `from_world` method for the `Default` blanket implementation. This ensures when inspecting the `from_world` function within an IDE, the tooltip will explicitly state the `default()` method will be used for any `Default` types. ## Testing - CI passes.
- Loading branch information