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

Commit

Permalink
chores: clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hero78119 committed Jun 23, 2023
1 parent e90af10 commit c9acea6
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 @@ -841,7 +841,6 @@ impl<F: Field> ExecutionConfig<F> {
.map(|(expr, table)| (expr, table))
.collect()
});
()
}
CellType::LookupU16 => {
meta.lookup_any("u16 lookup", |meta| {
Expand All @@ -851,7 +850,6 @@ impl<F: Field> ExecutionConfig<F> {
.map(|(expr, table)| (expr, table))
.collect()
});
()
}
_ => (),
}
Expand Down

0 comments on commit c9acea6

Please sign in to comment.