Skip to content

Commit 7656e08

Browse files
committed
Reword a question into a statement.
1 parent f9662f2 commit 7656e08

File tree

1 file changed

+2
-2
lines changed
  • library/std/src/os/unix/io

1 file changed

+2
-2
lines changed

library/std/src/os/unix/io/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
//! and writes happen outside the control of the Rust compiler, so they do not
5353
//! uphold Rust's memory safety guarantees.
5454
//!
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
55+
//! However, this does not mean that all APIs that might allow `/proc/self/mem`
56+
//! to be opened and read from or written must be `unsafe`. Rust's safety guarantees
5757
//! only cover what the program itself can do, and not what entities outside
5858
//! the program can do to it. `/proc/self/mem` is considered to be such an
5959
//! external entity, along with debugging interfaces, and people with physical access to

0 commit comments

Comments
 (0)