Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lints on beta Rust (bevyengine#13444)
# Objective - Fixes bevyengine#13437! ## Solution - Use `f32::INFINITY` instead of `std::f32::INFINITY`. ## Testing ```shell cargo +beta clippy --workspace --all-targets --all-features -- -Dwarnings ```
- Loading branch information