Remove spurious newline.

This commit is contained in:
Sean Bowe 2017-10-04 14:53:42 -06:00
parent 85b95750e2
commit 683f21a4d5
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 0 additions and 1 deletions

View File

@ -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)]