slint/api/node/rust
Yuri Astrakhan 4ae2627ade A few more format arg inlining
Used these commands and some manual searching

```
cargo clippy --fix  --all-targets --workspace --exclude gstreamer-player --exclude i-slint-backend-linuxkms --exclude uefi-demo --exclude ffmpeg -- -A clippy::all -W clippy::uninlined_format_args
cargo clippy --all-targets -- -A clippy::all -W clippy::uninlined_format_args
cargo clippy --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2025-02-07 06:43:19 +01:00
..
interpreter A few more format arg inlining 2025-02-07 06:43:19 +01:00
types A few more format arg inlining 2025-02-07 06:43:19 +01:00
interpreter.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
lib.rs fix(node): prevent 100% CPU usage on Wayland by enforcing minimum event timeout (#7550) 2025-02-06 17:00:50 +01:00
types.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00