slint/internal/compiler/generator
Yuri Astrakhan feb7a864df Auto-fixed clippy::useless_format
See https://rust-lang.github.io/rust-clippy/master/index.html#useless_format

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

cargo fmt --all
```

`__CARGO_FIX_YOLO=1` is a hack, but it does help a lot with the tedious fixes where the result is fairly clear.
2025-02-07 13:16:50 +01:00
..
cpp.rs Auto-fixed clippy::useless_format 2025-02-07 13:16:50 +01:00
rust.rs Rudimentary key navigation of the popup menu (#7556) 2025-02-07 10:01:40 +01:00