Skip to content

Bump dependencies #1682

Bump dependencies

Bump dependencies #1682

Triggered via push July 11, 2026 07:49
Status Failure
Total duration 1m 34s
Artifacts

rust.yml

on: push
Format and Clippy
1m 30s
Format and Clippy
Matrix: arch-test
cygwin-test
cygwin-test
Code coverage
Code coverage
Fit to window
Zoom out
Zoom in

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)]`