Skip to content

fix(docs): Fix NU6-related documentation #16839

fix(docs): Fix NU6-related documentation

fix(docs): Fix NU6-related documentation #16839

Triggered via pull request October 18, 2024 21:45
@arya2arya2
opened #8949
Status Success
Total duration 15s
Artifacts

release-drafter.yml

on: pull_request_target
update_release_draft
5s
update_release_draft
Fit to window
Zoom out
Zoom in

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