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

diagnostics: Do not suggest using #[unix_sigpipe] without a value #122293

Merged
merged 1 commit into from
Mar 11, 2024

Commits on Mar 10, 2024

  1. diagnostics: Do not suggest using #[unix_sigpipe] without a value

    Remove `Word` from the `unix_sigpipe` attribute template so that plain
    `#[unix_sigpipe]` is not included in suggestions of valid forms of the
    attribute. Also re-arrange diagnostics code slightly to avoid duplicate
    diagnostics.
    Enselic committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ee428c5 View commit details
    Browse the repository at this point in the history