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

Rename inconsistent_struct_constructor configuration; don't suggest deprecated configurations #14280

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

smoelius
Copy link
Contributor

This PR does two things:

  • It renames inconsistent_struct_constructor's configuration from lint-inconsistent-struct-field-initializers to check-inconsistent-struct-field-initializers. (I should have suggested check-... in #13737.)
  • It causes Clippy to no longer suggest deprecated configurations. (Previously, Clippy would suggest cyclomatic-complexity-threshold, for example.)

r? @y21

changelog: Rename lint-inconsistent-struct-field-initializers to check-inconsistent-struct-field-initializers
changelog: No longer suggest deprecated configurations

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants