We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d9ab4 commit f9662f2Copy full SHA for f9662f2
library/std/src/os/unix/io/mod.rs
@@ -56,7 +56,7 @@
56
//! and read from or written to must be `unsafe`? No. 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 debuggers and people with physical access to
+//! external entity, along with debugging interfaces, and people with physical access to
60
//! the hardware. This is true even in cases where the program is controlling
61
//! the external entity.
62
//!
0 commit comments