Skip to content

Commit bda1262

Browse files
committed
Clarify that the fd module is supported on Unix and WASI.
1 parent 09bbc42 commit bda1262

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

library/std/src/os/fd/mod.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
//! Owned and borrowed Unix-like file descriptors.
22
//!
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.
3+
//! This module is supported on Unix platforms and WASI, which both use a
4+
//! similar file descriptor system for referencing OS resources.
65
76
#![stable(feature = "io_safety", since = "1.63.0")]
87
#![deny(unsafe_op_in_unsafe_fn)]

0 commit comments

Comments
 (0)