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

Avoid emitting redundant #[allow(dead_code)] directives. #1089

Merged

Commits on Nov 18, 2024

  1. Avoid emitting redundant #[allow(dead_code)] directives.

    Only emit `#[allow(dead_code)]` on top-level modules, and emit
    `#[rustfmt::skip]` on all top-level modules.
    sunfishcode committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    980ce8a View commit details
    Browse the repository at this point in the history