Run cargo fmt
This commit is contained in:
parent
0c017ea058
commit
bcebea65c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue