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

fallout: fix tests to allow uninlined_format_args #9547

Merged
merged 1 commit into from
Oct 4, 2022

Commits on Oct 2, 2022

  1. fallout: fix tests to allow uninlined_format_args

    In order to switch `clippy::uninlined_format_args` from pedantic to
    style, all existing tests must not raise a warning. I did not want to
    change the actual tests, so this is a relatively minor change that:
    
    * add `#![allow(clippy::uninlined_format_args)]` where needed
    * normalizes all allow/deny/warn attributes
       * all allow attributes are grouped together
       * sorted alphabetically
       * the `clippy::*` attributes are listed separate from the other ones.
       * deny and warn attributes are listed before the allowed ones
    
    changelog: none
    nyurik committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    eb39702 View commit details
    Browse the repository at this point in the history