Skip to content

clippy fix

clippy fix #363

Triggered via push March 13, 2024 06:46
Status Success
Total duration 45s
Artifacts

lints-beta.yml

on: push
Clippy (beta)
37s
Clippy (beta)
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 7 warnings
the name `BatchInvert` is defined multiple times: halo2_proofs/src/dev.rs#L27
error[E0252]: the name `BatchInvert` is defined multiple times --> halo2_proofs/src/dev.rs:27:5 | 11 | use ff::BatchInvert; | --------------- previous import of the trait `BatchInvert` here ... 27 | use ff::BatchInvert; | ^^^^^^^^^^^^^^^ `BatchInvert` reimported here | = note: `BatchInvert` must be defined only once in the type namespace of this module
unused import: `ff::BatchInvert`: halo2_proofs/src/dev.rs#L27
error: unused import: `ff::BatchInvert` --> halo2_proofs/src/dev.rs:27:5 | 27 | use ff::BatchInvert; | ^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings`
the name `BatchInvert` is defined multiple times: halo2_proofs/src/dev.rs#L27
error[E0252]: the name `BatchInvert` is defined multiple times --> halo2_proofs/src/dev.rs:27:5 | 11 | use ff::BatchInvert; | --------------- previous import of the trait `BatchInvert` here ... 27 | use ff::BatchInvert; | ^^^^^^^^^^^^^^^ `BatchInvert` reimported here | = note: `BatchInvert` must be defined only once in the type namespace of this module
Clippy (beta)
Clippy had exited with the 101 exit code
unused import: `ff::BatchInvert`: halo2_proofs/src/dev.rs#L27
warning: unused import: `ff::BatchInvert` --> halo2_proofs/src/dev.rs:27:5 | 27 | use ff::BatchInvert; | ^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
Clippy (beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Clippy (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy (beta)
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/
Clippy (beta)
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/
Clippy (beta)
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/
Clippy (beta)
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/