bevy/crates/bevy_math/src/primitives
François Mockers 9bb41a8309
bevy_math: don't allow dead code (#20039)
# Objective

- `bevy_math` allows the `dead_code` lint on some private structs when
`alloc` is not enabled
- allowing lints is not allowed, we should use expect

## Solution

- Don't even compile the code if its expected to be dead instead of
allowing or expecting the lint
2025-07-08 17:46:01 +00:00
..
dim2.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
dim3.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
mod.rs Polygon simplicity (#15981) 2024-12-10 02:02:12 +00:00
polygon.rs bevy_math: don't allow dead code (#20039) 2025-07-08 17:46:01 +00:00
serde.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00