Explorar o código

Remove an unused ToBigUint import

Josh Stone %!s(int64=9) %!d(string=hai) anos
pai
achega
8f5a27284c
Modificáronse 1 ficheiros con 1 adicións e 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};