refactor deposit_and_call
and deposit_spl_token_and_call
#63
check.yml
on: pull_request
nightly / fmt
11s
nightly / doc
55s
stable / features
2m 2s
stable / typos
3s
Matrix: clippy
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/
|