slint/internal
Yuri Astrakhan 05f4fc0cde Auto-fixed clippy::needless_return
`__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_return

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

cargo fmt --all
```
2025-02-07 09:46:49 +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_return 2025-02-07 09:46:49 +01:00
core Auto-fixed clippy::needless_return 2025-02-07 09:46:49 +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_lifetimes 2025-02-07 09:20:49 +01:00