Skip to content

chore: add as-conversations check to clippy #57

chore: add as-conversations check to clippy

chore: add as-conversations check to clippy #57

Triggered via pull request July 8, 2024 09:43
Status Success
Total duration 4m 4s
Artifacts

rust.yml

on: pull_request
Smart contract checks
3m 53s
Smart contract checks
Relayer checks
3m 42s
Relayer checks
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
function `merkle_root_calculator` is never used: /home/runner/work/btc-light-client-contract/btc-light-client-contract/merkle-tools/src/lib.rs#L83
warning: function `merkle_root_calculator` is never used --> /home/runner/work/btc-light-client-contract/btc-light-client-contract/merkle-tools/src/lib.rs:83:4 | 83 | fn merkle_root_calculator(hash_list: Vec<&str>) -> String { | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
function `merkle_root_calculator` is never used: /home/runner/work/btc-light-client-contract/btc-light-client-contract/merkle-tools/src/lib.rs#L83
warning: function `merkle_root_calculator` is never used --> /home/runner/work/btc-light-client-contract/btc-light-client-contract/merkle-tools/src/lib.rs:83:4 | 83 | fn merkle_root_calculator(hash_list: Vec<&str>) -> String { | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
Relayer checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1, 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/
Relayer checks
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Smart contract checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1, 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/
Smart contract checks
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/