mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-03 18:09:42 +00:00
Remove rustc_lint_defs::lint_array
This commit is contained in:
parent
3b75db7aa6
commit
38fd80a112
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ declare_clippy_lint! {
|
|||
/// 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
|
||||
|
|
Loading…
Reference in a new issue