From 683f21a4d54ecf836c6ba002e903236c91880ffd Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Wed, 4 Oct 2017 14:53:42 -0600 Subject: [PATCH] Remove spurious newline. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b02eb2a87..7acff096b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -617,7 +617,6 @@ use self::arith::*; #[cfg(feature = "u128-support")] mod arith { - /// Calculate a - b - borrow, returning the result and modifying /// the borrow value. #[inline(always)]