We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::os::unix::ffi::os_str
1 parent 835561a commit ad7b897Copy full SHA for ad7b897
library/std/src/os/unix/ffi/os_str.rs
@@ -4,6 +4,9 @@ use crate::sealed::Sealed;
4
use crate::sys::os_str::Buf;
5
use crate::sys_common::{AsInner, FromInner, IntoInner};
6
7
+// Note: this file is currently reused in other `std::os::{platform}::ffi` modules to reduce duplication.
8
+// Keep this in mind when applying changes to this file that only apply to `unix`.
9
+
10
/// Platform-specific extensions to [`OsString`].
11
///
12
/// This trait is sealed: it cannot be implemented outside the standard library.
0 commit comments