Fix clippy warnings #543
Annotations
16 warnings
Run /./.github/actions/prepare
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run /./.github/actions/prepare
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run /./.github/actions/prepare
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run /./.github/actions/prepare
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build benchmarks
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
|
Build benchmarks:
halo2_proofs/src/multicore.rs#L16
unused import: `Scope`
|
Build benchmarks:
halo2_proofs/src/dev/cost.rs#L105
unused doc comment
|
Build benchmarks:
halo2_proofs/src/dev/cost.rs#L107
unused doc comment
|
Build benchmarks:
halo2_proofs/src/dev/cost.rs#L109
unused doc comment
|
Build benchmarks:
halo2_proofs/src/plonk/circuit.rs#L769
struct `PointIndex` is never constructed
|
Build benchmarks
`halo2_proofs` (lib) generated 5 warnings (run `cargo fix --lib -p halo2_proofs` to apply 1 suggestion)
|
Build benchmarks:
halo2_proofs/benches/plonk.rs#L19
struct `Variable` is never constructed
|
Build benchmarks:
halo2_proofs/examples/circuit-layout.rs#L13
fields `0` and `1` are never read
|
Build benchmarks:
halo2_gadgets/src/sinsemilla/chip/hash_to_point.rs#L25
field `0` is never read
|
Loading