solana-ibc: store next sequences in a single object #158
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
master.yml
on: pull_request
Miscellaneous checks
6m 54s
Rust tests
5m 15s
Rust Miri tests
7m 13s
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/
|