mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
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…
Reference in a new issue