Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust version #1739

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
matthiasgoergens committed May 27, 2024
commit f923436c6d14006720b02ecd0df116c5b43d7365
4 changes: 2 additions & 2 deletions circuits/src/register/generation.rs
Original file line number Diff line number Diff line change
@@ -78,8 +78,8 @@ where
/// There are 3 steps:
/// 1) populate the trace with a similar layout as the
/// [`RegisterInit` table](crate::registerinit::columns),
/// 2) go through the program and extract all ops that act on registers,
/// filling up this table,
/// 2) go through the program and extract all ops that act on registers, filling
/// up this table,
/// 3) pad with dummy rows (`is_used` == 0) to ensure that trace is a power of
/// 2.
#[allow(clippy::type_complexity)]