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: Rename disallowed_type/disallowed_method to plural for Rust 1.59 #73

Closed
wants to merge 1 commit into from

Commits on Feb 24, 2022

  1. clippy: Rename disallowed_type/disallowed_method to plural for Rust 1.59

    These lints were renamed to their plural form in Rust 1.59:
    
        warning: lint `clippy::disallowed_method` has been renamed to `clippy::disallowed_methods`
          |
          = note: requested on the command line with `-W clippy::disallowed_method`
    
        warning: lint `clippy::disallowed_type` has been renamed to `clippy::disallowed_types`
          |
          = note: requested on the command line with `-W clippy::disallowed_type`
    MarijnS95 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f70d96f View commit details
    Browse the repository at this point in the history