BEAM Integration #399
Clippy (beta)
4 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 4 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.72.0-beta.6 (d8fd588af 2023-08-03)
- cargo 1.72.0-beta.6 (44b6be4bd 2023-08-03)
- clippy 0.1.72 (d8fd588 2023-08-03)
Annotations
Check warning on line 101 in taiga_halo2/src/circuit/merkle_circuit.rs
github-actions / Clippy (beta)
it looks like you're trying to convert a tuple to an array
warning: it looks like you're trying to convert a tuple to an array
--> taiga_halo2/src/circuit/merkle_circuit.rs:101:13
|
101 | [pair.0, pair.1],
| ^^^^^^^^^^^^^^^^
|
= help: use `.into()` instead, or `<[T; N]>::from` if type annotations are needed
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tuple_array_conversions
Check warning on line 375 in taiga_halo2/src/circuit/integrity.rs
github-actions / Clippy (beta)
it looks like you're trying to convert a tuple to an array
warning: it looks like you're trying to convert a tuple to an array
--> taiga_halo2/src/circuit/integrity.rs:375:63
|
375 | poseidon_to_curve::<POSEIDON_TO_CURVE_INPUT_LEN>(&[vk, data]).to_affine()
| ^^^^^^^^^^
|
= help: use `.into()` instead, or `<[T; N]>::from` if type annotations are needed
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tuple_array_conversions
= note: `-W clippy::tuple-array-conversions` implied by `-W clippy::all`
Check warning on line 101 in taiga_halo2/src/circuit/merkle_circuit.rs
github-actions / Clippy (beta)
it looks like you're trying to convert a tuple to an array
warning: it looks like you're trying to convert a tuple to an array
--> taiga_halo2/src/circuit/merkle_circuit.rs:101:13
|
101 | [pair.0, pair.1],
| ^^^^^^^^^^^^^^^^
|
= help: use `.into()` instead, or `<[T; N]>::from` if type annotations are needed
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tuple_array_conversions
Check warning on line 375 in taiga_halo2/src/circuit/integrity.rs
github-actions / Clippy (beta)
it looks like you're trying to convert a tuple to an array
warning: it looks like you're trying to convert a tuple to an array
--> taiga_halo2/src/circuit/integrity.rs:375:63
|
375 | poseidon_to_curve::<POSEIDON_TO_CURVE_INPUT_LEN>(&[vk, data]).to_affine()
| ^^^^^^^^^^
|
= help: use `.into()` instead, or `<[T; N]>::from` if type annotations are needed
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tuple_array_conversions
= note: `-W clippy::tuple-array-conversions` implied by `-W clippy::all`