Support for upcoming param_attrs
feature
#4474
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
E-needs-test
Call for participation: writing tests
good first issue
These issues are a good way to get started with Clippy
S-needs-discussion
Status: Needs further discussion before merging or work can be started
param_attrs
is likely to be stabilized in Rust 1.39The
param_attrs
feature is going to allow lint attributes on function, method and closure parameters:We should review how this feature ties in with our existing lints. Apparently it did not cause any toolstate breakage when it was merged.
Specifically, we should create a list of lints that could benefit from parameter attributes and then update those lints to make use of them (if that's even required).
The text was updated successfully, but these errors were encountered: