Skip to content

refactor deposit_and_call and deposit_spl_token_and_call #63

refactor deposit_and_call and deposit_spl_token_and_call

refactor deposit_and_call and deposit_spl_token_and_call #63

Triggered via pull request October 2, 2024 19:18
Status Success
Total duration 2m 27s
Artifacts

check.yml

on: pull_request
nightly / fmt
11s
nightly / fmt
nightly / doc
55s
nightly / doc
stable / features
2m 2s
stable / features
stable / typos
3s
stable / typos
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
[clippy] programs/protocol-contracts-solana/src/lib.rs#L127: programs/protocol-contracts-solana/src/lib.rs#L127
warning: unused variable: `receiver` --> programs/protocol-contracts-solana/src/lib.rs:127:9 | 127 | receiver: [u8; 20], // unused in this program; for directing zetachain protocol only | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_receiver` | = note: `#[warn(unused_variables)]` on by default
[clippy] programs/protocol-contracts-solana/src/lib.rs#L127: programs/protocol-contracts-solana/src/lib.rs#L127
warning: unused variable: `receiver` --> programs/protocol-contracts-solana/src/lib.rs:127:9 | 127 | receiver: [u8; 20], // unused in this program; for directing zetachain protocol only | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_receiver` | = note: `#[warn(unused_variables)]` on by default
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/