Skip to content

Commit 5e8c596

Browse files
committed
Fix dogfood
1 parent 9b016d9 commit 5e8c596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/could_be_unsized.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl<'tcx> LateLintPass<'tcx> for CouldBeUnsized {
180180
);
181181
resolve_deps_for(cx.tcx, assoc_item.def_id, &mut self.dep_graph, &mut self.params);
182182
let param_cells = self.params.param_cells(assoc_item.def_id.to_def_id());
183-
report_params(cx, hir_params, &param_cells);
183+
report_params(cx, hir_params, param_cells);
184184
}
185185
}
186186
}

0 commit comments

Comments
 (0)