slint/api
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
..
cpp Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00
node A few more format arg inlining 2025-02-07 06:43:19 +01:00
python A few more format arg inlining 2025-02-07 06:43:19 +01:00
rs Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00
wasm-interpreter Update to Image 0.25 (#7365) 2025-01-14 16:31:05 +01:00