Эх сурвалжийг харах

Remove an unused ToBigUint import

Josh Stone 8 жил өмнө
parent
commit
8f5a27284c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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};