Explorar el Código

Remove an unused ToBigUint import

Josh Stone hace 9 años
padre
commit
8f5a27284c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bigint/src/lib.rs

+ 1 - 1
bigint/src/lib.rs

@@ -4249,7 +4249,7 @@ mod biguint_tests {
 
 #[cfg(test)]
 mod bigint_tests {
-    use super::{BigDigit, BigUint, ToBigUint};
+    use super::{BigDigit, BigUint};
     use super::{Sign, BigInt, RandBigInt, ToBigInt, big_digit};
     use super::Sign::{Minus, NoSign, Plus};