From f37bf6d367c8fb0a69f72ff49b24ad2da67ddbe5 Mon Sep 17 00:00:00 2001 From: Scott A Carr Date: Wed, 10 Aug 2016 09:42:33 -0700 Subject: [PATCH] no op commit for travis --- src/librustc/mir/tcx.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/librustc/mir/tcx.rs b/src/librustc/mir/tcx.rs index 5ca60a70a7c..534bb2c0b2b 100644 --- a/src/librustc/mir/tcx.rs +++ b/src/librustc/mir/tcx.rs @@ -214,8 +214,7 @@ impl<'tcx> BinOp { pub fn ty<'a, 'gcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>, lhs_ty: Ty<'tcx>, rhs_ty: Ty<'tcx>) - -> Ty<'tcx> - { + -> Ty<'tcx> { // FIXME: handle SIMD correctly match self { &BinOp::Add | &BinOp::Sub | &BinOp::Mul | &BinOp::Div | &BinOp::Rem |