Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Simplify #737

Open
recmo opened this issue Sep 24, 2020 · 0 comments
Open

Simplify #737

recmo opened this issue Sep 24, 2020 · 0 comments
Assignees
Labels
refactor Improves the code quality tracker Issues generated from source comments

Comments

@recmo
Copy link
Contributor

recmo commented Sep 24, 2020

On 2020-09-24 @recmo wrote in f15b163 “Fix lints”:

Simplify

    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

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels Sep 24, 2020
@recmo recmo self-assigned this Sep 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

1 participant