Run cargo fmt

This commit is contained in:
mbartlett21 2021-05-25 06:05:52 +00:00
parent 0c017ea058
commit bcebea65c1

View file

@ -220,7 +220,7 @@ impl<'tcx> LateLintPass<'tcx> for EqOp {
},
);
}
},
},
// foo == &bar
(_, &ExprKind::AddrOf(BorrowKind::Ref, _, r)) => {
let rty = cx.typeck_results().expr_ty(r);