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 fc825f0 commit bac725eCopy full SHA for bac725e
src/libstd/ffi/os_str.rs
@@ -91,6 +91,8 @@ pub struct OsString {
91
/// the traits which `OsStr` implements for conversions from/to native representations.
92
///
93
/// [`OsString`]: struct.OsString.html
94
+/// [`&str`]: ../primitive.str.html
95
+/// [`String`]: ../string/struct.String.html
96
/// [conversions]: index.html#conversions
97
#[stable(feature = "rust1", since = "1.0.0")]
98
pub struct OsStr {
0 commit comments