mirror of
https://github.com/bevyengine/bevy
synced 2024-11-14 17:07:47 +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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |