about summary refs log tree commit diff
path: root/library/std/src/lib.rs
diff options
context:
space:
mode:
authorjoboet <jonasboettiger@icloud.com>2024-09-22 16:33:58 +0200
committerjoboet <jonasboettiger@icloud.com>2024-09-23 10:36:16 +0200
commite94dd9b71268531efeecff00a7400935dd289383 (patch)
tree19acb8aa9be647843edc888c4492686318096b47 /library/std/src/lib.rs
parenta21ff017f4f119381088c38e6966ed1022ef40f6 (diff)
downloadrust-e94dd9b71268531efeecff00a7400935dd289383.tar.gz
rust-e94dd9b71268531efeecff00a7400935dd289383.zip
random: add tracking issue, address other comments
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index ce05d816604..e6b2f15a7a6 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -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;