Clarify that the fd module is supported on Unix and WASI.
This commit is contained in:
parent
09bbc4224f
commit
bda12629c3
1 changed files with 2 additions and 3 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue