You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change was automatically applied using `cargo clippy --fix && cargo fmt`.
It addresses the newly introduced `uninlined_format_args`
lint, which requires variables to be inlined directly within format
strings as of Rust 1.88.0 nightly.
[Clippy lint
reference](https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args)
0 commit comments