Auto merge of #26530 - steveklabnik:gh26471, r=alexcrichton

Fixes #26471

r? @alexcrichton
This commit is contained in:
bors
2015-06-29 17:44:56 +00:00
+1
View File
@@ -66,6 +66,7 @@
mod rand_impls;
/// A type that can be randomly generated using an `Rng`.
#[doc(hidden)]
pub trait Rand : Sized {
/// Generates a random instance of this type using the specified source of
/// randomness.