Skip to content

Commit

Permalink
feat: remove property(too_many_arguments) of clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx committed Feb 27, 2024
1 parent 745932b commit e9ee050
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zkevm-circuits/src/evm_circuit/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ pub(crate) struct ExecutionConfig<F> {
}

impl<F: Field> ExecutionConfig<F> {
#[allow(clippy::too_many_arguments)]
#[allow(clippy::redundant_closure_call)]
pub(crate) fn configure(
meta: &mut ConstraintSystem<F>,
Expand Down Expand Up @@ -889,7 +888,6 @@ impl<F: Field> ExecutionConfig<F> {
});
}

#[allow(clippy::too_many_arguments)]
fn configure_lookup(
meta: &mut ConstraintSystem<F>,
tables: HashMap<&str, &dyn LookupTable<F>>,
Expand Down

0 comments on commit e9ee050

Please sign in to comment.