Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup

This commit is contained in:
flip1995
2021-12-17 13:40:22 +01:00
parent b2f8a27ff2
commit ece0946d7f
87 changed files with 2856 additions and 4446 deletions

View File

@@ -78,7 +78,7 @@ impl<'tcx> Delegate<'tcx> for MutVarsDelegate {
}
pub struct ParamBindingIdCollector {
binding_hir_ids: Vec<hir::HirId>,
pub binding_hir_ids: Vec<hir::HirId>,
}
impl<'tcx> ParamBindingIdCollector {
fn collect_binding_hir_ids(body: &'tcx hir::Body<'tcx>) -> Vec<hir::HirId> {