We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7656e08 commit e89ec68Copy full SHA for e89ec68
library/std/src/os/unix/io/mod.rs
@@ -46,9 +46,8 @@
46
//!
47
//! ## What about `/proc/self/mem` and similar OS features?
48
49
-//! Some platforms have special files, such as `/proc/self/mem`, which is a
50
-//! filesystem path that can be opened, producing a file descriptor that, when
51
-//! read from or written to, reads and writes the process's memory. These reads
+//! Some platforms have special files, such as `/proc/self/mem`, which
+//! provide read and write access to the process's memory. Such reads
52
//! and writes happen outside the control of the Rust compiler, so they do not
53
//! uphold Rust's memory safety guarantees.
54
0 commit comments