diff options
| author | DaniPopes <57450786+DaniPopes@users.noreply.github.com> | 2023-09-28 16:00:38 +0200 |
|---|---|---|
| committer | DaniPopes <57450786+DaniPopes@users.noreply.github.com> | 2023-09-28 23:01:25 +0200 |
| commit | 38fd80a1123e56a24feda899ba4d2599a8d28637 (patch) | |
| tree | d8e8c15dad0a71103283be7875c9d25f6614b4a3 /clippy_lints/src/utils/internal_lints | |
| parent | 3b75db7aa6692db31fdffd3c78d2a8029c536318 (diff) | |
Remove `rustc_lint_defs::lint_array`
Diffstat (limited to 'clippy_lints/src/utils/internal_lints')
| -rw-r--r-- | clippy_lints/src/utils/internal_lints/lint_without_lint_pass.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clippy_lints/src/utils/internal_lints/lint_without_lint_pass.rs b/clippy_lints/src/utils/internal_lints/lint_without_lint_pass.rs index 87380f14f9a..bbb5ade8b9f 100644 --- a/clippy_lints/src/utils/internal_lints/lint_without_lint_pass.rs +++ b/clippy_lints/src/utils/internal_lints/lint_without_lint_pass.rs @@ -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 |
