Remove unnecessary FIXME

This commit is contained in:
ouz-a 2023-08-14 20:52:17 +03:00
parent 475be26d99
commit dcf2056049

View File

@ -445,7 +445,6 @@ fn make_mirror_unadjusted(&mut self, expr: &'tcx hir::Expr<'tcx>) -> Expr<'tcx>
let rhs = self.mirror_expr(rhs);
self.overloaded_operator(expr, Box::new([lhs, rhs]))
} else {
// FIXME overflow
match op.node {
hir::BinOpKind::And => ExprKind::LogicalOp {
op: LogicalOp::And,