Skip to content

fix/format: cargo fmt failed to resolve mod inner#631

Merged
sjfhsjfh merged 2 commits into
TeamFlos:mainfrom
YuevUwU:fix-fmt
Feb 22, 2026
Merged

fix/format: cargo fmt failed to resolve mod inner#631
sjfhsjfh merged 2 commits into
TeamFlos:mainfrom
YuevUwU:fix-fmt

Conversation

@YuevUwU

@YuevUwU YuevUwU commented Dec 31, 2025

Copy link
Copy Markdown
Contributor

RESOLVES #630
You can view the details there

This PR includes:

  • Add #[rustfmt::skip] to mod inner to resolve the error and interrupted formatting
  • Format whole project using cargo fmt
    • with rustfmt 1.8.0-stable (ded5c06cf2 2025-12-08)

Key Implementation

#[rustfmt::skip]
#[cfg(feature = "closed")]
pub mod inner;

Whether to remove the ignore option from rustfmt.toml depends on the developer's original intent when adding it.

@sjfhsjfh
sjfhsjfh merged commit b09751a into TeamFlos:main Feb 22, 2026
1 check passed
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.

cargo fmt will skip searching many files due to missing inner.rs

1 participant