mirror of
https://github.com/bevyengine/bevy
synced 2025-01-10 20:29:01 +00:00
0e9f6e92ea
# Objective Related to #10612. Enable the [`clippy::manual_let_else`](https://rust-lang.github.io/rust-clippy/master/#manual_let_else) lint as a warning. The `let else` form seems more idiomatic to me than a `match`/`if else` that either match a pattern or diverge, and from the clippy doc, the lint doesn't seem to have any possible false positive. ## Solution Add the lint as warning in `Cargo.toml`, refactor places where the lint triggers. |
||
---|---|---|
.. | ||
entity_ref.rs | ||
error.rs | ||
identifier.rs | ||
mod.rs | ||
spawn_batch.rs | ||
unsafe_world_cell.rs | ||
world_cell.rs |