File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 112
112
//! ## On Unix
113
113
//!
114
114
//! On Unix, [`OsStr`] implements the
115
- //! `std::os::unix:ffi::`[`OsStrExt`][unix.OsStrExt] trait, which
115
+ //! `std::os::unix:: ffi::`[`OsStrExt`][unix.OsStrExt] trait, which
116
116
//! augments it with two methods, [`from_bytes`] and [`as_bytes`].
117
117
//! These do inexpensive conversions from and to UTF-8 byte slices.
118
118
//!
119
119
//! Additionally, on Unix [`OsString`] implements the
120
- //! `std::os::unix:ffi::`[`OsStringExt`][unix.OsStringExt] trait,
120
+ //! `std::os::unix:: ffi::`[`OsStringExt`][unix.OsStringExt] trait,
121
121
//! which provides [`from_vec`] and [`into_vec`] methods that consume
122
122
//! their arguments, and take or produce vectors of [`u8`].
123
123
//!
You can’t perform that action at this time.
0 commit comments