Allow an optional reason field to lint attributes #3358
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Possibly like
#[allow(types, reason = "whatever")
. Then add another lint check that anyallow
attributes also have a reason.The text was updated successfully, but these errors were encountered: