*On 2020-09-24 @Recmo wrote in [`f15b163`](https://github.com/0xProject/OpenZKP/commit/f15b163692df22be300105a76bf2990974a8d667) “Fix lints”:* Simplify ```rust context.row_layout = rows; Ok(tt.render("trace", &context)?) } // TODO: Simplify #[allow(clippy::too_many_arguments)] fn write_oods_poly( file: &mut File, num_constraints: usize, claim_polynomial_keys: &[RationalExpression], ``` *From [`crypto/stark/src/solidity_verifier.rs:638`](https://github.com/0xProject/OpenZKP/blob/56bddce21bbc12e8d2fae6a86ce83267b0d2c75d/crypto/stark/src/solidity_verifier.rs#L638)* <!--{"commit-hash": "f15b163692df22be300105a76bf2990974a8d667", "author": "Remco Bloemen", "author-mail": "<remco@0x.org>", "author-time": 1600927800, "author-tz": "-0700", "committer": "Remco Bloemen", "committer-mail": "<remco@0x.org>", "committer-time": 1600927800, "committer-tz": "-0700", "summary": "Fix lints", "previous": "4e85852752c41df9fbaf28fdb5b103c24e37f5c8 crypto/stark/src/solidity_verifier.rs", "filename": "crypto/stark/src/solidity_verifier.rs", "line": 637, "line_end": 638, "kind": "TODO", "issue": "Simplify", "head": "Simplify", "context": " context.row_layout = rows;\n\n Ok(tt.render(\"trace\", &context)?)\n}\n\n// TODO: Simplify\n#[allow(clippy::too_many_arguments)]\nfn write_oods_poly(\n file: &mut File,\n num_constraints: usize,\n claim_polynomial_keys: &[RationalExpression],\n", "repo": "0xProject/OpenZKP", "branch-hash": "56bddce21bbc12e8d2fae6a86ce83267b0d2c75d"}-->
On 2020-09-24 @recmo wrote in
f15b163“Fix lints”:Simplify
From
crypto/stark/src/solidity_verifier.rs:638