Skip to content
Triggered via push April 23, 2024 11:19
Status Success
Total duration 56s
Artifacts

lints-beta.yml

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

Annotations

5 errors and 8 warnings
failed to resolve: use of undeclared type `Instant`: halo2_proofs/src/plonk/keygen.rs#L358
error[E0433]: failed to resolve: use of undeclared type `Instant` --> halo2_proofs/src/plonk/keygen.rs:358:14 | 358 | let t1 = Instant::now(); | ^^^^^^^ use of undeclared type `Instant` | help: a struct with a similar name exists | 358 | let t1 = Instance::now(); | ~~~~~~~~ help: consider importing one of these items | 3 + use crate::plonk::Instant; | 3 + use std::time::Instant; |
failed to resolve: use of undeclared type `Instant`: halo2_proofs/src/plonk/keygen.rs#L346
error[E0433]: failed to resolve: use of undeclared type `Instant` --> halo2_proofs/src/plonk/keygen.rs:346:14 | 346 | let t0 = Instant::now(); | ^^^^^^^ use of undeclared type `Instant` | help: a struct with a similar name exists | 346 | let t0 = Instance::now(); | ~~~~~~~~ help: consider importing one of these items | 3 + use crate::plonk::Instant; | 3 + use std::time::Instant; |
failed to resolve: use of undeclared type `Instant`: halo2_proofs/src/plonk/keygen.rs#L358
error[E0433]: failed to resolve: use of undeclared type `Instant` --> halo2_proofs/src/plonk/keygen.rs:358:14 | 358 | let t1 = Instant::now(); | ^^^^^^^ use of undeclared type `Instant` | help: a struct with a similar name exists | 358 | let t1 = Instance::now(); | ~~~~~~~~ help: consider importing one of these items | 3 + use crate::plonk::Instant; | 3 + use std::time::Instant; |
failed to resolve: use of undeclared type `Instant`: halo2_proofs/src/plonk/keygen.rs#L346
error[E0433]: failed to resolve: use of undeclared type `Instant` --> halo2_proofs/src/plonk/keygen.rs:346:14 | 346 | let t0 = Instant::now(); | ^^^^^^^ use of undeclared type `Instant` | help: a struct with a similar name exists | 346 | let t0 = Instance::now(); | ~~~~~~~~ help: consider importing one of these items | 3 + use crate::plonk::Instant; | 3 + use std::time::Instant; |
Clippy (beta)
Clippy had exited with the 101 exit code
unused import: `std::time::Instant`: halo2_proofs/src/plonk.rs#L22
warning: unused import: `std::time::Instant` --> halo2_proofs/src/plonk.rs:22:5 | 22 | use std::time::Instant; | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused import: `std::time::Instant`: halo2_proofs/src/plonk.rs#L22
warning: unused import: `std::time::Instant` --> halo2_proofs/src/plonk.rs:22:5 | 22 | use std::time::Instant; | ^^^^^^^^^^^^^^^^^^ | = 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/