We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0855616 commit 20ddfb7Copy full SHA for 20ddfb7
std/src/ffi/os_str.rs
@@ -94,7 +94,7 @@ pub struct OsString {
94
// `OsStr::from_inner` current implementation relies
95
// on `OsStr` being layout-compatible with `Slice`.
96
// When attribute privacy is implemented, `OsStr` should be annotated as `#[repr(transparent)]`.
97
-// Anyway, `OsStr` representation and layout are considered implementation detail, are
+// Anyway, `OsStr` representation and layout are considered implementation details, are
98
// not documented and must not be relied upon.
99
pub struct OsStr {
100
inner: Slice,
0 commit comments