diff options
| author | bors <bors@rust-lang.org> | 2015-06-29 17:44:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-06-29 17:44:56 +0000 |
| commit | 34f35a535aa45d17688bc977dd826e2e1d79cef4 (patch) | |
| tree | 095419e13e7fbb2dad73ae7877b24505e65829d0 | |
| parent | 216f6645ef0c93776e9f350f29c02780fb7bf673 (diff) | |
| parent | b4f3c5878f8ee6f893b148fd4c18d65eb0219db1 (diff) | |
Auto merge of #26530 - steveklabnik:gh26471, r=alexcrichton
Fixes #26471 r? @alexcrichton
| -rw-r--r-- | src/librand/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librand/lib.rs b/src/librand/lib.rs index ec510b4a5bd..2f76aa53f83 100644 --- a/src/librand/lib.rs +++ b/src/librand/lib.rs @@ -66,6 +66,7 @@ pub mod reseeding; 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. |
