Remove unnecessary FIXME
This commit is contained in:
parent
475be26d99
commit
dcf2056049
@ -445,7 +445,6 @@ impl<'tcx> Cx<'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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user