File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 240240//!
241241//! ## I/O Safety
242242//!
243- //! Rust follows an [ I/O safety] discipline that is comparable to its memory safety discipline. This
243+ //! Rust follows an I/O safety discipline that is comparable to its memory safety discipline. This
244244//! means that file descriptors can be *exclusively owned*. (Here, "file descriptor" is meant to
245245//! subsume similar concepts that exist across a wide range of operating systems even if they might
246246//! use a different name, such as "handle".) An exclusively owned file descriptor is one that no
280280//! [`?` operator]: ../../book/appendix-02-operators.html
281281//! [`Result`]: crate::result::Result
282282//! [`.unwrap()`]: crate::result::Result::unwrap
283- //! [I/O safety]: https://rust-lang.github.io/rfcs/3128-io-safety.html
284283//! [`os::unix`]: ../os/unix/io/index.html
285284//! [`os::windows`]: ../os/windows/io/index.html
286285//! [`OwnedFd`]: ../os/fd/struct.OwnedFd.html
You can’t perform that action at this time.
0 commit comments