Skip to content

Commit e89ec68

Browse files
sunfishcodem-ou-se
andauthored
Update library/std/src/os/unix/io/mod.rs
Co-authored-by: Mara Bos <[email protected]>
1 parent 7656e08 commit e89ec68

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@
4646
//!
4747
//! ## What about `/proc/self/mem` and similar OS features?
4848
//!
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
49+
//! Some platforms have special files, such as `/proc/self/mem`, which
50+
//! provide read and write access to the process's memory. Such reads
5251
//! and writes happen outside the control of the Rust compiler, so they do not
5352
//! uphold Rust's memory safety guarantees.
5453
//!

0 commit comments

Comments
 (0)