You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced in rust-lang/rust#59669, macros declare_lint_pass! and impl_lint_pass! are added to librustc/lint/mod.rs. These should help to remove some boilerplate from clippy as well.