Skip to content

Use avoid_breaking_public_api configuration in types module #7489

Closed
@xFrednet

Description

@xFrednet

Clippy has a configuration value called avoid_breaking_public_api which disables lint messages suggesting changes to the public API of a crate. This configuration value should also affect lints inside the type module, as discussed in #7308 (here).

The addition of this configuration value will be a bit different as it has to be handled in the type module. I for that reason suggested doing this change for all type lints in one go after #7308 has been merged, which it has.

I plan to work on this soon, however I would also be happy to pass it up or mentor someone if they are interested. 🙃

See: #7187 for implementation examples

Metadata

Metadata

Assignees

Labels

A-uiArea: Clippy interface, usage and configurationC-enhancementCategory: Enhancement of lints, like adding more cases or adding help messages

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions