Skip to content

Remove binding from powerquery #740

Remove binding from powerquery

Remove binding from powerquery #740

Triggered via push October 18, 2024 10:49
Status Success
Total duration 57s
Artifacts

lints-beta.yml

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

Annotations

2 errors and 8 warnings
this expression creates a reference which is immediately dereferenced by the compiler: halo2_proofs/benches/plonk.rs#L313
error: this expression creates a reference which is immediately dereferenced by the compiler --> halo2_proofs/benches/plonk.rs:313:17 | 313 | &vk, | ^^^ help: change this to: `vk` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
unused variable: `k`: halo2_proofs/benches/plonk.rs#L340
error: unused variable: `k` --> halo2_proofs/benches/plonk.rs:340:19 | 340 | |b, &(k, params, pk)| { | ^ help: if this is intentional, prefix it with an underscore: `_k` | = note: `-D unused-variables` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_variables)]`
this expression creates a reference which is immediately dereferenced by the compiler: halo2_proofs/benches/plonk.rs#L313
warning: this expression creates a reference which is immediately dereferenced by the compiler --> halo2_proofs/benches/plonk.rs:313:17 | 313 | &vk, | ^^^ help: change this to: `vk` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-W clippy::needless-borrow` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_borrow)]`
unused variable: `k`: halo2_proofs/benches/plonk.rs#L340
warning: unused variable: `k` --> halo2_proofs/benches/plonk.rs:340:19 | 340 | |b, &(k, params, pk)| { | ^ help: if this is intentional, prefix it with an underscore: `_k` | = note: `#[warn(unused_variables)]` on by default
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/