]> git.lizzy.rs Git - rust.git/commitdiff
no op commit for travis
authorScott A Carr <s.carr1024@gmail.com>
Wed, 10 Aug 2016 16:42:33 +0000 (09:42 -0700)
committerScott A Carr <s.carr1024@gmail.com>
Wed, 10 Aug 2016 16:42:33 +0000 (09:42 -0700)
src/librustc/mir/tcx.rs

index 5ca60a70a7c8c9699c51f285738b78ae0bf6992b..534bb2c0b2b2a1fde84d4067c3376f7f21f759f3 100644 (file)
@@ -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 |