Skip to content

added trie as attribute to context #149

added trie as attribute to context

added trie as attribute to context #149

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

master.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 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)]`
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/