Skip to content

Transfer implementation #417

Transfer implementation

Transfer implementation #417

Triggered via pull request November 21, 2023 15:09
@dhruvjadhruvja
synchronize #72
transfer-impl
Status Failure
Total duration 11m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

master.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
this call to `as_ref` does nothing: solana/solana-ibc/programs/solana-ibc/src/transfer/impls.rs#L221
error: this call to `as_ref` does nothing --> solana/solana-ibc/programs/solana-ibc/src/transfer/impls.rs:221:43 | 221 | [port_id.as_bytes().as_ref(), channel_id.as_bytes().as_ref()]; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `channel_id.as_bytes()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_asref
this call to `as_ref` does nothing: solana/solana-ibc/programs/solana-ibc/src/transfer/impls.rs#L221
error: this call to `as_ref` does nothing --> solana/solana-ibc/programs/solana-ibc/src/transfer/impls.rs:221:14 | 221 | [port_id.as_bytes().as_ref(), channel_id.as_bytes().as_ref()]; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `port_id.as_bytes()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_asref = note: `-D clippy::useless-asref` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::useless_asref)]`
Miscellaneous checks
Clippy had exited with the 101 exit code
Miscellaneous checks
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/