solana-ibc: update for_client_state documentation #442
master.yml
on: pull_request
Miscellaneous checks
4m 2s
Build SBF
8m 24s
Rust tests
2m 16s
Rust Miri tests
2m 17s
Annotations
6 errors and 1 warning
Rust tests
Process completed with exit code 101.
|
Rust Miri tests
Process completed with exit code 101.
|
duplicate definitions with name `channel_id`:
solana/solana-ibc/programs/solana-ibc/src/storage/ids.rs#L173
error[E0592]: duplicate definitions with name `channel_id`
--> solana/solana-ibc/programs/solana-ibc/src/storage/ids.rs:173:5
|
167 | pub fn channel_id(&self) -> ibc::ChannelId {
| ------------------------------------------ other definition for `channel_id`
...
173 | pub fn channel_id(&self) -> ibc::ChannelId {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ duplicate definitions for `channel_id`
|
duplicate definitions with name `port_id`:
solana/solana-ibc/programs/solana-ibc/src/storage/ids.rs#L171
error[E0592]: duplicate definitions with name `port_id`
--> solana/solana-ibc/programs/solana-ibc/src/storage/ids.rs:171:5
|
164 | pub fn port_id(&self) -> ibc::PortId { ibc::PortId::from(&self.port_key) }
| ------------------------------------ other definition for `port_id`
...
171 | pub fn port_id(&self) -> ibc::PortId { self.port_id.clone() }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ duplicate definitions for `port_id`
|
Miscellaneous checks
Clippy had exited with the 101 exit code
|
Build SBF
Process completed with exit code 1.
|
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/
|