mirror of
https://github.com/bevyengine/bevy
synced 2024-11-24 21:53:07 +00:00
b109787764
# Objective - This is a followup to #15812. ## Solution I just deleted the `COUNT` const and replaced it. I didn't realize for loops are not const yet, so improving the other const variables is not obvious. Note: `slice::len` has been const since Rust 1.39, so we're not relying on a brand new feature or anything. ## Testing - It builds! |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |