random: add tracking issue, address other comments

This commit is contained in:
joboet
2024-09-22 16:33:58 +02:00
parent a21ff017f4
commit e94dd9b712
4 changed files with 19 additions and 14 deletions

View File

@@ -597,7 +597,7 @@ pub mod path;
#[unstable(feature = "anonymous_pipe", issue = "127154")]
pub mod pipe;
pub mod process;
#[unstable(feature = "random", issue = "none")]
#[unstable(feature = "random", issue = "130703")]
pub mod random;
pub mod sync;
pub mod time;