mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
a09dd034a2
## Objective Fixes https://github.com/bevyengine/bevy/issues/6063 ## Solution - Use `then_some(x)` instead of `then( || x)`. - Updated error logs from `bevy_ecs_compile_fail_tests`. ## Migration Guide From Rust 1.63 to 1.64, a new Clippy error was added; now one should use `then_some(x)` instead of `then( || x)`. |
||
---|---|---|
.. | ||
build-example-pages | ||
build-wasm-example | ||
ci | ||
spancmp | ||
example_showcase.sh | ||
publish.sh |