Skip to content

chore(workspace): apply rustfmt formatting across all crates#1293

Open
Bhanudahiyaa wants to merge 1 commit intomofa-org:mainfrom
Bhanudahiyaa:chore/apply-rustfmt-workspace
Open

chore(workspace): apply rustfmt formatting across all crates#1293
Bhanudahiyaa wants to merge 1 commit intomofa-org:mainfrom
Bhanudahiyaa:chore/apply-rustfmt-workspace

Conversation

@Bhanudahiyaa
Copy link
Contributor

Summary

Applies rustfmt formatting across the entire workspace so that cargo fmt --check passes cleanly on main.

This PR contains formatting-only changes produced by cargo fmt. No functional or behavioral changes were introduced.

Motivation

cargo fmt --check currently fails with 489 formatting diffs across many files, which blocks the CI quality gate defined in CONTRIBUTING.md.

Bringing the repository to a clean rustfmt state ensures that future PRs are not blocked by formatting issues.

Changes

  • Ran cargo fmt across the entire workspace.
  • Reformatted 134 files across 14 crates.
  • Changes are strictly formatting-related:
  • line wrapping of long expressions
  • import list formatting
  • trailing commas
  • whitespace normalization

No logic or behavior changes were introduced.

Related Issues

Resolves #1292

Testing

All CI quality gates verified locally:

cargo fmt --check                                          # ✅ clean
cargo clippy --workspace --all-features -- -D warnings     # ✅ clean
cargo test --workspace --all-features                      # ✅ passed
cargo build --examples                                     # ✅ clean
cargo doc --workspace --no-deps --all-features             # ✅ clean

Copy link
Contributor

@Nixxx19 Nixxx19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

niceee one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: workspace source files are not formatted with rustfmt

2 participants