From ec34aa61d6947f6bee11f13a8d0a11e61cf65b67 Mon Sep 17 00:00:00 2001 From: Sachin Cherian Date: Fri, 17 Sep 2021 23:23:21 +0530 Subject: modify std::os docs to be more consistent > add intra doc links > add a usage example for the os::windows module --- library/std/src/os/unix/thread.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'library/std/src/os/unix/thread.rs') diff --git a/library/std/src/os/unix/thread.rs b/library/std/src/os/unix/thread.rs index 7221da1a9a7..03dcc3a4f9b 100644 --- a/library/std/src/os/unix/thread.rs +++ b/library/std/src/os/unix/thread.rs @@ -1,4 +1,6 @@ -//! Unix-specific extensions to primitives in the `std::thread` module. +//! Unix-specific extensions to primitives in the [`std::thread`] module. +//! +//! [`std::thread`]: crate::thread #![stable(feature = "thread_extensions", since = "1.9.0")] -- cgit 1.4.1-3-g733a5