We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cca4a3f + 6e1be4f commit de1b6aaCopy full SHA for de1b6aa
std/src/ffi/mod.rs
@@ -104,7 +104,7 @@
104
//! On Unix, [`OsStr`] implements the
105
//! <code>std::os::unix::ffi::[OsStrExt][unix.OsStrExt]</code> trait, which
106
//! augments it with two methods, [`from_bytes`] and [`as_bytes`].
107
-//! These do inexpensive conversions from and to UTF-8 byte slices.
+//! These do inexpensive conversions from and to byte slices.
108
//!
109
//! Additionally, on Unix [`OsString`] implements the
110
//! <code>std::os::unix::ffi::[OsStringExt][unix.OsStringExt]</code> trait,
0 commit comments