File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 240
240
//!
241
241
//! ## I/O Safety
242
242
//!
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
244
244
//! means that file descriptors can be *exclusively owned*. (Here, "file descriptor" is meant to
245
245
//! subsume similar concepts that exist across a wide range of operating systems even if they might
246
246
//! use a different name, such as "handle".) An exclusively owned file descriptor is one that no
280
280
//! [`?` operator]: ../../book/appendix-02-operators.html
281
281
//! [`Result`]: crate::result::Result
282
282
//! [`.unwrap()`]: crate::result::Result::unwrap
283
- //! [I/O safety]: https://rust-lang.github.io/rfcs/3128-io-safety.html
284
283
//! [`os::unix`]: ../os/unix/io/index.html
285
284
//! [`os::windows`]: ../os/windows/io/index.html
286
285
//! [`OwnedFd`]: ../os/fd/struct.OwnedFd.html
You can’t perform that action at this time.
0 commit comments