diff --git a/src/lib.rs b/src/lib.rs index 6a0b047..e9587eb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -227,8 +227,6 @@ impl Debug for Int { } } - - impl From for Uint { fn from(v: BigUint) -> Self { Uint(Right(Box::new(v)))