Skip to content

Commit b4f3c58

Browse files
committed
Hide the Rand trait from docs
Fixes #26471
1 parent 6fed735 commit b4f3c58

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)