The Return of the King #1151
Annotations
10 errors and 1 warning
cargo clippy:
jolt-core/src/r1cs/key.rs#L10
unused imports: `SparsePolynomial` and `eq_plus_one`
|
cargo clippy:
jolt-core/src/r1cs/key.rs#L19
unused import: `rayon::prelude`
|
cargo clippy:
jolt-core/src/r1cs/key.rs#L288
variable does not need to be mutable
|
cargo clippy:
jolt-core/src/r1cs/spartan.rs#L124
unused variable: `num_rounds_y`
|
cargo clippy:
jolt-core/src/r1cs/spartan.rs#L282
unused variable: `shift_sumcheck_claims`
|
cargo clippy:
jolt-core/src/r1cs/spartan.rs#L354
unused variable: `num_rounds_y`
|
cargo clippy:
jolt-core/src/r1cs/spartan.rs#L219
casting to the same type is unnecessary (`usize` -> `usize`)
|
cargo clippy:
jolt-core/src/r1cs/spartan.rs#L293
this expression creates a reference which is immediately dereferenced by the compiler
|
cargo clippy:
jolt-core/src/r1cs/spartan.rs#L431
this expression creates a reference which is immediately dereferenced by the compiler
|
cargo clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading