Skip to content

solana-ibc: store next sequences in a single object #158

solana-ibc: store next sequences in a single object

solana-ibc: store next sequences in a single object #158

Triggered via pull request October 19, 2023 13:44
@mina86mina86
opened #37
mpn/c
Status Failure
Total duration 7m 25s
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 expression creates a reference which is immediately dereferenced by the compiler: solana/solana-ibc/programs/solana-ibc/src/trie_key.rs#L146
error: this expression creates a reference which is immediately dereferenced by the compiler --> solana/solana-ibc/programs/solana-ibc/src/trie_key.rs:146:13 | 146 | &path.channel_id, | ^^^^^^^^^^^^^^^^ help: change this to: `path.channel_id` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: solana/solana-ibc/programs/solana-ibc/src/trie_key.rs#L145
error: this expression creates a reference which is immediately dereferenced by the compiler --> solana/solana-ibc/programs/solana-ibc/src/trie_key.rs:145:13 | 145 | &path.port_id, | ^^^^^^^^^^^^^ help: change this to: `path.port_id` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
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/