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

clippy: disable bogus lints for nightly clippy #3452

Merged
merged 1 commit into from
Apr 5, 2024

Commits on Apr 4, 2024

  1. clippy: disable bogus lints for nightly clippy

    The nightly compiler has several clippy fix-its that, if applied, break the
    build. There are various bugs about this, but there isn't enough space in the
    margins to detail it all.
    
    Just ignore these on a per-function basis; about 70% of them are just multiple
    instances happening inside a single function.
    
    This makes `cargo clippy --workspace --all-targets` run clean, even with the
    nightly compiler.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    Change-Id: Ic26a025d3c62b12fbf096171308b56e38f7d1bb9
    thoughtpolice committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1105366 View commit details
    Browse the repository at this point in the history