]> git.lizzy.rs Git - rust.git/commitdiff
Clarify that the `fd` module is supported on Unix and WASI.
authorDan Gohman <dev@sunfishcode.online>
Thu, 30 Jun 2022 02:07:43 +0000 (19:07 -0700)
committerDan Gohman <dev@sunfishcode.online>
Mon, 29 Aug 2022 15:31:42 +0000 (08:31 -0700)
library/std/src/os/fd/mod.rs

index 8043d1a53d279575318bc2ae79279941d645213b..91dbe44878b1e40a88c67f1a40df7fc4481b28b2 100644 (file)
@@ -1,8 +1,7 @@
 //! Owned and borrowed Unix-like file descriptors.
 //!
-//! This module is supported on Unix platforms, and also some non-Unix
-//! platforms which use a similar file descriptor system for referencing OS
-//! resources.
+//! This module is supported on Unix platforms and WASI, which both use a
+//! similar file descriptor system for referencing OS resources.
 
 #![stable(feature = "io_safety", since = "1.63.0")]
 #![deny(unsafe_op_in_unsafe_fn)]