Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective - Revert bevyengine#10296 ## Solution - Avoid implementing `Display` without a justification - `Display` implementation is a guarantee without a direct use, takes additional time to compile and require work to maintain - `Debug`, `Reflect` or `Serialize` should cover all needs
- Loading branch information