This repository was archived by the owner on Aug 3, 2026. It is now read-only.
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is labeled as a formatting pass (cargo fmt) and primarily updates Rust code formatting and import ordering across several prover crates and core/library modules.
Changes:
- Reformat Rust code to match
cargo fmtoutput (line wrapping, indentation, whitespace). - Normalize
useordering in several prover modules. - Reformat generated RISC0 method constants to multi-line
include_bytes!/array layouts.
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| provers/sp1/driver/src/lib.rs | Formatting-only changes (import ordering, closure formatting, line wrapping). |
| provers/sgx/prover/src/sgx_register_utils.rs | Formats a long assert! into multi-line form. |
| provers/sgx/prover/src/lib.rs | Formats a match arm into a block for line-length compliance. |
| provers/risc0/driver/src/snarks.rs | Reorders use hex; to satisfy formatting/import grouping. |
| provers/risc0/driver/src/methods/boundless_shasta_aggregation.rs | Reformats constants for include_bytes! and ID array. |
| provers/risc0/driver/src/methods/boundless_batch.rs | Reformats constants for include_bytes! and ID array. |
| provers/risc0/driver/src/methods/boundless_aggregation.rs | Reformats constants for include_bytes! and ID array. |
| provers/risc0/driver/src/lib.rs | Formatting-only changes (import ordering, whitespace). |
| provers/risc0/driver/src/boundless.rs | Mostly formatting; also changes load_proof implementation (see PR comment). |
| lib/src/utils/shasta_rules.rs | Formats a return call onto one line. |
| lib/src/manifest/mod.rs | Reorders module declarations and re-exports. |
| core/src/provider/mod.rs | Trailing whitespace/newline formatting at file end. |
| core/src/interfaces.rs | Formats write! arguments onto one line. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
johntaiko
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.