slint/internal
Yuri Astrakhan 6324b35e94 Auto-fixed clippy::needless_borrow
`__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_borrow

```
__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_borrow

cargo fmt --all
```
2025-02-07 09:02:45 +01:00
..
backends Auto-fixed clippy::needless_borrow 2025-02-07 09:02:45 +01:00
common A few more format arg inlining 2025-02-07 06:43:19 +01:00
compiler Auto-fixed clippy::needless_borrow 2025-02-07 09:02:45 +01:00
core Auto-fixed clippy::needless_borrow 2025-02-07 09:02:45 +01:00
core-macros A few more format arg inlining 2025-02-07 06:43:19 +01:00
interpreter Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
renderers Auto-fixed clippy::needless_borrow 2025-02-07 09:02:45 +01:00