fast-bridge: Emit events for each method. #1701
master.yml
on: pull_request
Miscellaneous checks
2m 57s
Anchor Test
19m 16s
Rust tests
6m 37s
Annotations
3 errors and 2 warnings
this lifetime isn't used in the function definition:
solana/bridge-escrow/programs/bridge-escrow/src/events.rs#L117
error: this lifetime isn't used in the function definition
--> solana/bridge-escrow/programs/bridge-escrow/src/events.rs:117:13
|
117 | pub fn emit<'a>(event: impl Into<Event>) -> Result<(), String> {
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
= note: `-D clippy::extra-unused-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::extra_unused_lifetimes)]`
|
Miscellaneous checks
Clippy had exited with the 101 exit code
|
Anchor Test
Process completed with exit code 101.
|
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/
|
Miscellaneous checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|