Skip to content

Commit bcebea6

Browse files
committed
Run cargo fmt
1 parent 0c017ea commit bcebea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/eq_op.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ impl<'tcx> LateLintPass<'tcx> for EqOp {
220220
},
221221
);
222222
}
223-
},
223+
},
224224
// foo == &bar
225225
(_, &ExprKind::AddrOf(BorrowKind::Ref, _, r)) => {
226226
let rty = cx.typeck_results().expr_ty(r);

0 commit comments

Comments
 (0)