slint/api/node/rust/interpreter
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
..
component_compiler.rs Auto-fixed clippy::needless_return 2025-02-07 09:46:49 +01:00
component_definition.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
component_instance.rs Auto-fixed clippy::needless_borrow 2025-02-07 09:02:45 +01:00
diagnostic.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
value.rs Auto-fixed clippy::needless_return 2025-02-07 09:46:49 +01:00
window.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00