Skip to content

added trie as attribute to context #144

added trie as attribute to context

added trie as attribute to context #144

Triggered via pull request October 18, 2023 15:32
@dhruvjadhruvja
synchronize #30
trie-impl
Status Failure
Total duration 8m 19s
Artifacts

master.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/