slint/api/rs
Yuri Astrakhan bcb2953f00 Auto-fixed clippy::unnecessary_map_or
This is a hacky approach, but does help a lot with the tedious fixes.

See https://rust-lang.github.io/rust-clippy/master/index.html#/unnecessary_map_or

```
__CARGO_FIX_YOLO=1 cargo clippy --fix  --all-targets --workspace --exclude gstreamer-player --exclude i-slint-backend-linuxkms --exclude uefi-demo --exclude ffmpeg -- -A clippy::all -W clippy::unnecessary_map_or

cargo fmt --all
```
2025-02-07 09:02:31 +01:00
..
build Fix all format arg inlining 2025-02-06 10:16:20 +01:00
macros A few more format arg inlining 2025-02-07 06:43:19 +01:00
slint Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00