* Use `std::matches!` - Remove crates.io `matches` in favor of the `std` version - Fix Clippy warning by changing a `match ... { ... }` to `matches!(...)` * Satisfy `blocks_in_if_conditions` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |
* Use `std::matches!` - Remove crates.io `matches` in favor of the `std` version - Fix Clippy warning by changing a `match ... { ... }` to `matches!(...)` * Satisfy `blocks_in_if_conditions` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |