diff options
| author | mbartlett21 <29034492+mbartlett21@users.noreply.github.com> | 2021-05-25 06:05:52 +0000 |
|---|---|---|
| committer | mbartlett21 <29034492+mbartlett21@users.noreply.github.com> | 2021-05-25 06:05:52 +0000 |
| commit | bcebea65c1b4640113358dd2150ada3bf6bdd850 (patch) | |
| tree | f2ab31612ba2201ffa514f9a853635633f7b03ec | |
| parent | 0c017ea058a9f99176295496e1eda29330303f0d (diff) | |
| download | rust-bcebea65c1b4640113358dd2150ada3bf6bdd850.tar.gz rust-bcebea65c1b4640113358dd2150ada3bf6bdd850.zip | |
Run `cargo fmt`
| -rw-r--r-- | clippy_lints/src/eq_op.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/eq_op.rs b/clippy_lints/src/eq_op.rs index 47fe4e0de0d..a3a8e748d99 100644 --- a/clippy_lints/src/eq_op.rs +++ b/clippy_lints/src/eq_op.rs @@ -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); |
