Binarize: fix copy files from addons folder path #360
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)]`
|