Skip to content

Binarize: fix copy files from addons folder path #360

Binarize: fix copy files from addons folder path

Binarize: fix copy files from addons folder path #360

Triggered via pull request October 31, 2023 01:50
@jonpasjonpas
synchronize #591
cup-test
Status Success
Total duration 8m 4s
Artifacts

coverage.yaml

on: pull_request
Matrix: coverage
Fit to window
Zoom out
Zoom in

Annotations

2 errors
`to_string` applied to a type that implements `Display` in `format!` args: bin/src/modules/binarize.rs#L146
error: `to_string` applied to a type that implements `Display` in `format!` args --> bin/src/modules/binarize.rs:146:61 | 146 | &format!("-binPath={}", tmp_source.display().to_string()), | ^^^^^^^^^^^^ help: remove this | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args note: the lint level is defined here --> bin/src/lib.rs:1:9 | 1 | #![deny(clippy::all, clippy::nursery)] | ^^^^^^^^^^^ = note: `#[deny(clippy::to_string_in_format_args)]` implied by `#[deny(clippy::all)]`
`to_string` applied to a type that implements `Display` in `format!` args: bin/src/modules/binarize.rs#L146
error: `to_string` applied to a type that implements `Display` in `format!` args --> bin/src/modules/binarize.rs:146:61 | 146 | &format!("-binPath={}", tmp_source.display().to_string()), | ^^^^^^^^^^^^ help: remove this | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args note: the lint level is defined here --> bin/src/lib.rs:1:9 | 1 | #![deny(clippy::all, clippy::nursery)] | ^^^^^^^^^^^ = note: `#[deny(clippy::to_string_in_format_args)]` implied by `#[deny(clippy::all)]`