We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fd
1 parent 09bbc42 commit bda1262Copy full SHA for bda1262
library/std/src/os/fd/mod.rs
@@ -1,8 +1,7 @@
1
//! Owned and borrowed Unix-like file descriptors.
2
//!
3
-//! This module is supported on Unix platforms, and also some non-Unix
4
-//! platforms which use a similar file descriptor system for referencing OS
5
-//! resources.
+//! This module is supported on Unix platforms and WASI, which both use a
+//! similar file descriptor system for referencing OS resources.
6
7
#![stable(feature = "io_safety", since = "1.63.0")]
8
#![deny(unsafe_op_in_unsafe_fn)]
0 commit comments