Update bigint.rs

This commit is contained in:
goldenMetteyya 2019-03-07 14:52:28 +03:00
parent c596ed2c50
commit 9750e2cfbe

View File

@ -2675,7 +2675,7 @@ impl BigInt {
///
#[inline]
pub fn negate_sign(&mut self) {
self.sign.neg()
self.sign.neg();
}
/// Creates and initializes a `BigInt`.