Bump dependencies #1682
rust.yml
on: push
Format and Clippy
1m 30s
Matrix: arch-test
cygwin-test
Code coverage
Annotations
2 errors
|
Format and Clippy
Clippy had exited with the 101 exit code
|
|
redundant reference in `format!` argument:
src/build_targets.rs#L70
error: redundant reference in `format!` argument
--> src/build_targets.rs:70:50
|
70 | let pc = targetdir.join(format!("{}.pc", &capi_config.pkg_config.filename));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the redundant `&`: `capi_config.pkg_config.filename`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting
= note: `-D clippy::useless-borrows-in-formatting` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::useless_borrows_in_formatting)]`
|