Skip to content

Commit 6f00e1c

Browse files
committed
Fix dogfood error
1 parent e4c70d0 commit 6f00e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/attrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for AttrPass {
275275
}
276276
}
277277

278-
fn check_clippy_lint_names(cx: &LateContext<'_, '_>, items: &Vec<NestedMetaItem>) {
278+
fn check_clippy_lint_names(cx: &LateContext<'_, '_>, items: &[NestedMetaItem]) {
279279
let lint_store = cx.lints();
280280
for lint in items {
281281
if_chain! {

0 commit comments

Comments
 (0)