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

./x.py clippy: allow the most noisy lints #80672

Merged
merged 1 commit into from
Jan 5, 2021

Commits on Jan 4, 2021

  1. ./x.py clippy: allow the most noisy lints

    This silences the following clippy lints in ./x.py clippy:
    
    many_single_char_names (there are a lot of warnings caused by stdarch)
    collapsible_if (can reduce readability)
    type_complexity
    missing_safety_doc (there are almost 3K warnings issued)
    too_many_arguments
    needless_lifetimes (people want 'tcx lifetimes etc)
    wrong_self_convention (warns about from_..(), to_..(), into_..().. fns that do or do not take self by reference.
    matthiaskrgr committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    6a4b24e View commit details
    Browse the repository at this point in the history