added trie as attribute to context #144
master.yml
on: pull_request
Miscellaneous checks
7m 18s
Rust tests
6m 58s
Rust Miri tests
8m 9s
Annotations
3 errors and 1 warning
value assigned to `trie` is never read:
solana/solana-ibc/programs/solana-ibc/src/lib.rs#L208
error: value assigned to `trie` is never read
--> solana/solana-ibc/programs/solana-ibc/src/lib.rs:208:9
|
208 | trie = solana_real_storage.trie.unwrap();
| ^^^^
|
= help: maybe it is overwritten before being read?
= note: `-D unused-assignments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_assignments)]`
|
unused import: `anchor_lang::prelude::borsh`:
solana/solana-ibc/programs/solana-ibc/src/execution_context.rs#L4
error: unused import: `anchor_lang::prelude::borsh`
--> solana/solana-ibc/programs/solana-ibc/src/execution_context.rs:4:5
|
4 | use anchor_lang::prelude::borsh;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
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/
|