Update bigint.rs
This commit is contained in:
parent
c596ed2c50
commit
9750e2cfbe
@ -2675,7 +2675,7 @@ impl BigInt {
|
||||
///
|
||||
#[inline]
|
||||
pub fn negate_sign(&mut self) {
|
||||
self.sign.neg()
|
||||
self.sign.neg();
|
||||
}
|
||||
|
||||
/// Creates and initializes a `BigInt`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user