Fix pedantic lints
run:
$ cargo clippy -- -W clippy::pedantic
and fix some of the warnings
Stale issue message
Stale issue message
@mimoo I will also take care of this issue.
cool thanks : ) don't hesitate to ping me here or on twitter if you have questions.
@mimoo
I think the following line is for creating the cell(s) for setting up the prover_index(prover_key).
https://github.com/o1-labs/proof-systems/blob/master/circuit-construction/src/prover.rs#L175
Atm, it does have one parameter(FnOnce) for creating the default empty value.(like let v = system.var(|| panic!("fail"));)
Can I update the Writer::var() trait to have no parameter?
The reason is that I think it is unnecessary.
Also, the parameter value is, in most cases, || panic("fail!").
@mimoo Please go for reviewing the PR #752 .
Stale issue message