[DO NOT SUBMIT] debug: add get_unstable_blocks #719
check_cla_ruleset.yml Required
on: pull_request_target
check-membership
/
Check Membership
10s
Check External Contributions
0s
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)]`
|