bevy/crates/bevy_ui
François 0dfb6cf89b
don't Implement Display for Val (#10345)
# Objective

- Revert #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
2023-11-02 21:54:41 +00:00
..
src don't Implement Display for Val (#10345) 2023-11-02 21:54:41 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00