Skip to content

Commit 34f35a5

Browse files
committed
Auto merge of #26530 - steveklabnik:gh26471, r=alexcrichton
Fixes #26471 r? @alexcrichton
2 parents 216f664 + b4f3c58 commit 34f35a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librand/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pub mod reseeding;
6666
mod rand_impls;
6767

6868
/// A type that can be randomly generated using an `Rng`.
69+
#[doc(hidden)]
6970
pub trait Rand : Sized {
7071
/// Generates a random instance of this type using the specified source of
7172
/// randomness.

0 commit comments

Comments
 (0)