wip #281
Annotations
2 errors and 4 warnings
this expression creates a reference which is immediately dereferenced by the compiler:
crates/chain/src/canonical_iter.rs#L433
error: this expression creates a reference which is immediately dereferenced by the compiler
--> crates/chain/src/canonical_iter.rs:433:37
|
433 | a_last_seen.cmp(&b_last_seen)
| ^^^^^^^^^^^^ help: change this to: `b_last_seen`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
|
writing `&mut Vec` instead of `&mut [_]` involves a new object where a slice will do:
crates/chain/src/canonical_iter.rs#L399
error: writing `&mut Vec` instead of `&mut [_]` involves a new object where a slice will do
--> crates/chain/src/canonical_iter.rs:399:16
|
399 | level: &mut Vec<Txid>,
| ^^^^^^^^^^^^^^ help: change this to: `&mut [Txid]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
= note: `-D clippy::ptr-arg` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::ptr_arg)]`
|
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
|
458 KB |
sha256:5dce9f3fceb93ad726360d97c8b391df4739f2d3891ecee188dc243764914a14
|
|