Support Docker Workspace Root Dir #410
Annotations
3 warnings
`format!` in `write!` args:
main/src/main.rs#L408
warning: `format!` in `write!` args
--> main/src/main.rs:408:9
|
408 | / write!(
409 | | f,
410 | | "{}",
411 | | format!("--data-fee-bump-percent={}", self.data_fee_bump_percent),
412 | | )
| |_________^
|
= help: combine the `format!(..)` arguments with the outer `write!(..)` call
= help: or consider changing `format!` to `format_args!`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#format_in_format_args
= note: `#[warn(clippy::format_in_format_args)]` on by default
|
(x86_64-unknown-linux-gnu, nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
(x86_64-unknown-linux-gnu, stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|