-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
A-new-lintArea: new lintArea: new lintS-needs-mentorStatus: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
Description
What it does
See also rust-lang/rust-clippy#11933
Advantage
- Avoid accidents in forgetting to inherit
Drawbacks
- There may be cases where avoiding inheritance is intentional
Example
[workspace]
[workspace.lints]
[package]Could be written as:
[workspace]
[workspace.lints]
[package]
[lints]
workspace = trueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-new-lintArea: new lintArea: new lintS-needs-mentorStatus: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.