mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-04 02:20:04 +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.
|
/// know the name of the lint.
|
||||||
///
|
///
|
||||||
/// ### Known problems
|
/// ### Known problems
|
||||||
/// Only checks for lints associated using the
|
/// Only checks for lints associated using the `declare_lint_pass!` and
|
||||||
/// `declare_lint_pass!`, `impl_lint_pass!`, and `lint_array!` macros.
|
/// `impl_lint_pass!` macros.
|
||||||
///
|
///
|
||||||
/// ### Example
|
/// ### Example
|
||||||
/// ```rust,ignore
|
/// ```rust,ignore
|
||||||
|
|
Loading…
Reference in a new issue