Skip to content

Commit

Permalink
libnum: Make RandBigInt trait public
Browse files Browse the repository at this point in the history
Closes #12383.
  • 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
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

13 comments on commit cb3a419

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

saw approval from huonw
at milibopp@cb3a419

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

merging aepsil0n/rust/fix/pub_randbigint = cb3a419 into auto

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

aepsil0n/rust/fix/pub_randbigint = cb3a419 merged ok, testing candidate = ab362d74

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

saw approval from huonw
at milibopp@cb3a419

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

merging aepsil0n/rust/fix/pub_randbigint = cb3a419 into auto

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

aepsil0n/rust/fix/pub_randbigint = cb3a419 merged ok, testing candidate = cfb7f168

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

saw approval from huonw
at milibopp@cb3a419

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

merging aepsil0n/rust/fix/pub_randbigint = cb3a419 into auto

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

aepsil0n/rust/fix/pub_randbigint = cb3a419 merged ok, testing candidate = b5e3573

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on cb3a419 Feb 20, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = b5e3573

Please sign in to comment.