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.
2 parents ab94e32 + 20ddfb7 commit 5c3aec1Copy full SHA for 5c3aec1
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