refactor(chain)!: replace CanonicalIter
with sans-io `Canonicalizat…
#268
Annotations
1 error and 4 warnings
variables can be used directly in the `format!` string:
crates/electrum/tests/test_electrum.rs#L70
error: variables can be used directly in the `format!` string
--> crates/electrum/tests/test_electrum.rs:70:28
|
70 | .map_err(|err| anyhow::anyhow!("LocalChain update error: {:?}", err))?;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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
|
70 - .map_err(|err| anyhow::anyhow!("LocalChain update error: {:?}", err))?;
70 + .map_err(|err| anyhow::anyhow!("LocalChain update error: {err:?}"))?;
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
coverage-report
|
473 KB |
sha256:799a7f8a8b0863647c6e4714193b6fa882053d5baa058be09e2c46d277c0f0d6
|
|