Update clippy to new rake_read signature

This commit is contained in:
Eric Holk
2022-05-10 14:20:34 -07:00
parent 670bc53c03
commit 5ad1b35206
5 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ impl<'tcx> Delegate<'tcx> for MutVarsDelegate {
self.update(cmt);
}
fn fake_read(&mut self, _: rustc_typeck::expr_use_visitor::Place<'tcx>, _: FakeReadCause, _: HirId) {}
fn fake_read(&mut self, _: &rustc_typeck::expr_use_visitor::PlaceWithHirId<'tcx>, _: FakeReadCause, _: HirId) {}
}
pub struct ParamBindingIdCollector {