Skip to content

Commit bac725e

Browse files
committed
Fix dead links in docs for OsStr
1 parent fc825f0 commit bac725e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/ffi/os_str.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ pub struct OsString {
9191
/// the traits which `OsStr` implements for conversions from/to native representations.
9292
///
9393
/// [`OsString`]: struct.OsString.html
94+
/// [`&str`]: ../primitive.str.html
95+
/// [`String`]: ../string/struct.String.html
9496
/// [conversions]: index.html#conversions
9597
#[stable(feature = "rust1", since = "1.0.0")]
9698
pub struct OsStr {

0 commit comments

Comments
 (0)