feat: add memory trace prove entrypoint #95
Trunk Check
Checked 6 modified files
1 existing issue (use --show-existing to see it)
✖ 4 new lint issues (3 auto-fixable)
Details
To reproduce and test locally, run:
trunk check
For help resolving these issues, see our docs on running on PRs or debugging Trunk Check
Annotations
Check failure on line 185 in crates/brainfuck_prover/src/components/memory/table.rs
github-actions / Trunk Check
clippy(derive_partial_eq_without_eq)
[new] you are deriving `PartialEq` and can implement `Eq`
Check failure on line 6 in crates/brainfuck_prover/src/components/memory/component.rs
github-actions / Trunk Check
clippy(derive_partial_eq_without_eq)
[new] you are deriving `PartialEq` and can implement `Eq`
Check failure on line 17 in crates/brainfuck_prover/src/components/memory/component.rs
github-actions / Trunk Check
clippy(cast_lossless)
[new] casting `u32` to `u64` may become silently lossy if you later change the type
Check failure on line 112 in crates/brainfuck_prover/src/brainfuck_air/mod.rs
github-actions / Trunk Check
clippy(needless_pass_by_value)
[new] this argument is passed by value, but not consumed in the function body