Skip to content

Commit cb3a419

Browse files
committed
libnum: Make RandBigInt trait public
Closes #12383.
1 parent d2f265d commit cb3a419

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
@@ -1261,7 +1261,7 @@ impl FromStrRadix for BigInt {
12611261
}
12621262
}
12631263
1264-
trait RandBigInt {
1264+
pub trait RandBigInt {
12651265
/// Generate a random `BigUint` of the given bit size.
12661266
fn gen_biguint(&mut self, bit_size: uint) -> BigUint;
12671267

0 commit comments

Comments
 (0)