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

Conversation

MarijnS95
Copy link

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`

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`
@repi
Copy link
Contributor

repi commented Feb 25, 2022

Will remove for v6 instead as they are warn-by-default now in 1.59

@repi repi closed this Feb 25, 2022
@MarijnS95 MarijnS95 deleted the clippy-plural branch February 25, 2022 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants