Skip to content

Commit b5e3573

Browse files
committed
auto merge of #12392 : aepsil0n/rust/fix/pub_randbigint, r=huonw
Closes #12383. Test suite did not capture this and can't as long as it is in the same module hierarchy. This is probably something that should be addressed in the future.
2 parents 0cc8ba0 + cb3a419 commit b5e3573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libnum/bigint.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ impl FromStrRadix for BigInt {
12541254
}
12551255
}
12561256
1257-
trait RandBigInt {
1257+
pub trait RandBigInt {
12581258
/// Generate a random `BigUint` of the given bit size.
12591259
fn gen_biguint(&mut self, bit_size: uint) -> BigUint;
12601260

0 commit comments

Comments
 (0)