Skip to content

Commit

Permalink
libnum: Make RandBigInt trait public
Browse files Browse the repository at this point in the history
  • Loading branch information
milibopp committed Feb 19, 2014
1 parent d2f265d commit cb3a419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libnum/bigint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ impl FromStrRadix for BigInt {
}
}
trait RandBigInt {
pub trait RandBigInt {
/// Generate a random `BigUint` of the given bit size.
fn gen_biguint(&mut self, bit_size: uint) -> BigUint;
Expand Down

3 comments on commit cb3a419

@huonw
Copy link

@huonw huonw commented on cb3a419 Feb 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ thanks

@alexcrichton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors: retry

@alexcrichton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors: retry

Please sign in to comment.