Skip to content

Push on master

Push on master #69

Triggered via dynamic September 12, 2025 00:54
Status Success
Total duration 1m 2s
Artifacts 1

codeql

on: dynamic
Matrix: analyze
Upload Results
10s
Upload Results
Fit to window
Zoom out
Zoom in

Annotations

6 errors
variables can be used directly in the `format!` string: examples/example_cli/src/lib.rs#L719
error: variables can be used directly in the `format!` string --> examples/example_cli/src/lib.rs:719:39 | 719 | .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {:?}", errors))?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 719 - .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {:?}", errors))?; 719 + .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {errors:?}"))?; |
variables can be used directly in the `format!` string: examples/example_cli/src/lib.rs#L232
error: variables can be used directly in the `format!` string --> examples/example_cli/src/lib.rs:232:24 | 232 | unknown => bail!("unknown coin selection algorithm '{}'", unknown), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args = note: `-D clippy::uninlined-format-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]` help: change this to | 232 - unknown => bail!("unknown coin selection algorithm '{}'", unknown), 232 + unknown => bail!("unknown coin selection algorithm '{unknown}'"), |
variables can be used directly in the `format!` string: examples/example_cli/src/lib.rs#L719
error: variables can be used directly in the `format!` string --> examples/example_cli/src/lib.rs:719:39 | 719 | .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {:?}", errors))?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 719 - .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {:?}", errors))?; 719 + .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {errors:?}"))?; |
variables can be used directly in the `format!` string: examples/example_cli/src/lib.rs#L232
error: variables can be used directly in the `format!` string --> examples/example_cli/src/lib.rs:232:24 | 232 | unknown => bail!("unknown coin selection algorithm '{}'", unknown), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args = note: `-D clippy::uninlined-format-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]` help: change this to | 232 - unknown => bail!("unknown coin selection algorithm '{}'", unknown), 232 + unknown => bail!("unknown coin selection algorithm '{unknown}'"), |
variables can be used directly in the `format!` string: examples/example_cli/src/lib.rs#L719
error: variables can be used directly in the `format!` string --> examples/example_cli/src/lib.rs:719:39 | 719 | .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {:?}", errors))?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 719 - .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {:?}", errors))?; 719 + .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {errors:?}"))?; |
variables can be used directly in the `format!` string: examples/example_cli/src/lib.rs#L232
error: variables can be used directly in the `format!` string --> examples/example_cli/src/lib.rs:232:24 | 232 | unknown => bail!("unknown coin selection algorithm '{}'", unknown), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args = note: `-D clippy::uninlined-format-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]` help: change this to | 232 - unknown => bail!("unknown coin selection algorithm '{}'", unknown), 232 + unknown => bail!("unknown coin selection algorithm '{unknown}'"), |

Artifacts

Produced during runtime
Name Size Digest
sarif-artifact-actions
13.2 KB
sha256:e480e75d9af25e3935749de7e401e4d218a2b48d7b8f600137a52fc7ec0ecb6a