Skip to content

[DO NOT SUBMIT] debug: add get_unstable_blocks #719

[DO NOT SUBMIT] debug: add get_unstable_blocks

[DO NOT SUBMIT] debug: add get_unstable_blocks #719

Triggered via pull request March 26, 2025 17:12
@maksymarmaksymar
synchronize #386
Status Success
Total duration 25s
Artifacts

check_cla_ruleset.yml Required

on: pull_request_target
check-membership  /  Check Membership
10s
check-membership / Check Membership
Check External Contributions
0s
Check External Contributions
Fit to window
Zoom out
Zoom in

Annotations

1 error
constant `MAX_UNSTABLE_BLOCKS` is never used: canister/src/unstable_blocks.rs#L28
error: constant `MAX_UNSTABLE_BLOCKS` is never used --> canister/src/unstable_blocks.rs:28:7 | 28 | const MAX_UNSTABLE_BLOCKS: usize = 1_500; | ^^^^^^^^^^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`