Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy: fix new warnings for 1.81 (#1067)
This resolves the following warning ```rust warning: the borrowed expression implements the required traits --> crates/qt-build-utils/src/lib.rs:626:21 | 626 | cmd.arg(&format!("-Muri={uri}")); | ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `format!("-Muri={uri}")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default ```
- Loading branch information