fix(rpc): Refactor the cookie-based RPC authentication #16855
release-drafter.yml
on: pull_request_target
update_release_draft
4s
Annotations
1 error
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead:
zebra-test/src/lib.rs#L185
error: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
--> zebra-test/src/lib.rs:185:26
|
185 | pi: &std::panic::PanicInfo<'_>,
| ^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|