Skip to content

Revamp subalfred check features command and some docs #1607

Revamp subalfred check features command and some docs

Revamp subalfred check features command and some docs #1607

Triggered via pull request December 5, 2023 17:12
Status Success
Total duration 1m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

checks.yml

on: pull_request
Matrix: cargo-checks
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
the borrowed expression implements the required traits: lib/core/src/node/mod.rs#L98
warning: the borrowed expression implements the required traits --> lib/core/src/node/mod.rs:98:21 | 98 | u32::try_from_hex(&client.get_header::<String, _>(Some(best_finalized_hash)).await?.number) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `client.get_header::<String, _>(Some(best_finalized_hash)).await?.number` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
the borrowed expression implements the required traits: lib/core/src/node/mod.rs#L98
warning: the borrowed expression implements the required traits --> lib/core/src/node/mod.rs:98:21 | 98 | u32::try_from_hex(&client.get_header::<String, _>(Some(best_finalized_hash)).await?.number) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `client.get_header::<String, _>(Some(best_finalized_hash)).await?.number` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
Task cargo clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/