This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Remove genesis hack #146
Annotations
4 errors and 1 warning
windows
Process completed with exit code 1.
|
variable does not need to be mutable:
src/builder_state.rs#L566
error: variable does not need to be mutable
--> src/builder_state.rs:566:13
|
566 | let mut leaf = Leaf::from_quorum_proposal(&quorum_proposal);
| ----^^^^
| |
| help: remove this `mut`
|
variable does not need to be mutable:
src/service.rs#L618
error: variable does not need to be mutable
--> src/service.rs:618:9
|
618 | let mut leaf = Leaf::from_quorum_proposal(&qc_proposal.data);
| ----^^^^
| |
| help: remove this `mut`
|
= note: `-D unused-mut` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_mut)]`
|
unused variable: `instance_state`:
src/service.rs#L610
error: unused variable: `instance_state`
--> src/service.rs:610:5
|
610 | instance_state: &Types::InstanceState,
| ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instance_state`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|