mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Auto merge of #26530 - steveklabnik:gh26471, r=alexcrichton
Fixes #26471 r? @alexcrichton
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user