Skip to content

Commit 6959441

Browse files
committed
Fix trailing whitespace.
1 parent 158ff5c commit 6959441

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//!
4747
//! ## `/proc/self/mem` and similar OS features
4848
//!
49-
//! Some platforms have special files, such as `/proc/self/mem`, which
49+
//! Some platforms have special files, such as `/proc/self/mem`, which
5050
//! provide read and write access to the process's memory. Such reads
5151
//! and writes happen outside the control of the Rust compiler, so they do not
5252
//! uphold Rust's memory safety guarantees.

0 commit comments

Comments
 (0)