Skip to content

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

Open
YuevUwU wants to merge 2 commits intoTeamFlos:mainfrom
YuevUwU:fix-fmt
Open

fix/format: cargo fmt failed to resolve mod inner#631
YuevUwU wants to merge 2 commits intoTeamFlos:mainfrom
YuevUwU:fix-fmt

Conversation

@YuevUwU
Copy link
Contributor

@YuevUwU YuevUwU commented Dec 31, 2025

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.

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