Skip to content

feat: Faster computation of L0 #691

feat: Faster computation of L0

feat: Faster computation of L0 #691

Triggered via push August 20, 2024 14:45
Status Success
Total duration 1m 8s
Artifacts

lints-beta.yml

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

Annotations

1 error and 8 warnings
the borrowed expression implements the required traits: halo2_backend/src/plonk/keygen.rs#L156
error: the borrowed expression implements the required traits --> halo2_backend/src/plonk/keygen.rs:156:32 | 156 | let wn = w.pow_vartime(&[n]); | ^^^^ help: change this to: `[n]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]`
the borrowed expression implements the required traits: halo2_backend/src/plonk/keygen.rs#L156
warning: the borrowed expression implements the required traits --> halo2_backend/src/plonk/keygen.rs:156:32 | 156 | let wn = w.pow_vartime(&[n]); | ^^^^ help: change this to: `[n]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-W clippy::needless-borrows-for-generic-args` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_borrows_for_generic_args)]`
the borrowed expression implements the required traits: halo2_backend/src/plonk/keygen.rs#L156
warning: the borrowed expression implements the required traits --> halo2_backend/src/plonk/keygen.rs:156:32 | 156 | let wn = w.pow_vartime(&[n]); | ^^^^ help: change this to: `[n]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-W clippy::needless-borrows-for-generic-args` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_borrows_for_generic_args)]`
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 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/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/