Remove rustc_lint_defs::lint_array

This commit is contained in:
DaniPopes 2023-09-28 16:00:38 +02:00
parent 3b75db7aa6
commit 38fd80a112

View File

@ -28,8 +28,8 @@
/// know the name of the lint.
///
/// ### Known problems
/// Only checks for lints associated using the
/// `declare_lint_pass!`, `impl_lint_pass!`, and `lint_array!` macros.
/// Only checks for lints associated using the `declare_lint_pass!` and
/// `impl_lint_pass!` macros.
///
/// ### Example
/// ```rust,ignore