Fix trailing whitespace.

This commit is contained in:
Dan Gohman 2022-06-08 08:40:34 -07:00
parent 158ff5cdd4
commit 69594414bf

View File

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