rust/clippy_utils
darklyspaced c60222dc12
changed the msrv to 1.70 to suggest is_some_and
if the msrv is not >= 1.70 then the `map_or` is suggested instead of `is_some_and` (even when `unwrap_or` returns false)
2023-06-27 11:29:02 +08:00
..
src changed the msrv to 1.70 to suggest is_some_and 2023-06-27 11:29:02 +08:00
Cargo.toml Bump Clippy version -> 0.1.72 2023-06-02 10:18:34 +02:00