We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9662f2 commit 7656e08Copy full SHA for 7656e08
library/std/src/os/unix/io/mod.rs
@@ -52,8 +52,8 @@
52
//! and writes happen outside the control of the Rust compiler, so they do not
53
//! uphold Rust's memory safety guarantees.
54
//!
55
-//! Does this mean that all APIs that might allow `/proc/self/mem` to be opened
56
-//! and read from or written to must be `unsafe`? No. Rust's safety guarantees
+//! However, this does not mean that all APIs that might allow `/proc/self/mem`
+//! to be opened and read from or written must be `unsafe`. Rust's safety guarantees
57
//! only cover what the program itself can do, and not what entities outside
58
//! the program can do to it. `/proc/self/mem` is considered to be such an
59
//! external entity, along with debugging interfaces, and people with physical access to
0 commit comments