Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clippy: fix unnecessary_map_or lint (#621)
Replace Option::map_or(false, ...) with Option::is_some_and, new in Rust 1.70.0 .
- Loading branch information