We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeff91d commit e63bd91Copy full SHA for e63bd91
src/libstd/ffi/mod.rs
@@ -112,12 +112,12 @@
112
//! ## On Unix
113
//!
114
//! On Unix, [`OsStr`] implements the
115
-//! `std::os::unix:ffi::`[`OsStrExt`][unix.OsStrExt] trait, which
+//! `std::os::unix::ffi::`[`OsStrExt`][unix.OsStrExt] trait, which
116
//! augments it with two methods, [`from_bytes`] and [`as_bytes`].
117
//! These do inexpensive conversions from and to UTF-8 byte slices.
118
119
//! Additionally, on Unix [`OsString`] implements the
120
-//! `std::os::unix:ffi::`[`OsStringExt`][unix.OsStringExt] trait,
+//! `std::os::unix::ffi::`[`OsStringExt`][unix.OsStringExt] trait,
121
//! which provides [`from_vec`] and [`into_vec`] methods that consume
122
//! their arguments, and take or produce vectors of [`u8`].
123
0 commit comments