Working #650
Annotations
9 warnings
using `clone` on type `Expression<Fp>` which implements the `Copy` trait:
halo2_proofs/examples/proof-size.rs#L42
warning: using `clone` on type `Expression<Fp>` which implements the `Copy` trait
--> halo2_proofs/examples/proof-size.rs:42:64
|
42 | let not_selector = Expression::Constant(Fp::ONE) - selector.clone();
| ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `selector`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `-W clippy::clone-on-copy` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::clone_on_copy)]`
|
using `clone` on type `Expression<F>` which implements the `Copy` trait:
halo2_proofs/examples/circuit-layout.rs#L246
warning: using `clone` on type `Expression<F>` which implements the `Copy` trait
--> halo2_proofs/examples/circuit-layout.rs:246:35
|
246 | vec![a.clone() * sa + b.clone() * sb + a * b * sm - (c * sc) + sf * (d * e)]
| ^^^^^^^^^ help: try removing the `clone` call: `b`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
|
using `clone` on type `Expression<F>` which implements the `Copy` trait:
halo2_proofs/examples/circuit-layout.rs#L246
warning: using `clone` on type `Expression<F>` which implements the `Copy` trait
--> halo2_proofs/examples/circuit-layout.rs:246:18
|
246 | vec![a.clone() * sa + b.clone() * sb + a * b * sm - (c * sc) + sf * (d * e)]
| ^^^^^^^^^ help: try removing the `clone` call: `a`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `-W clippy::clone-on-copy` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::clone_on_copy)]`
|
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/
|