slint/api
Yuri Astrakhan 9621cae218 Auto-fixed clippy::needless_lifetimes
`__CARGO_FIX_YOLO=1` is a hack, but it does help a lot with the tedious fixes where the result is fairly clear.

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

```
__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::needless_lifetimes

cargo fmt --all
```
2025-02-07 09:20:49 +01:00
..
cpp Auto-fixed clippy::needless_borrow 2025-02-07 09:02:45 +01:00
node Auto-fixed clippy::needless_borrow 2025-02-07 09:02:45 +01:00
python Auto-fixed clippy::needless_lifetimes 2025-02-07 09:20:49 +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