Skip to content

Commit 03c28d5

Browse files
committed
don't link to RFCs, they are not up-to-date docs
1 parent 4da0811 commit 03c28d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/std/src/io/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
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
@@ -280,7 +280,6 @@
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

0 commit comments

Comments
 (0)