Fix dead links in docs for OsStr

This commit is contained in:
muvlon 2018-01-11 17:20:30 +01:00
parent fc825f09e8
commit bac725ecdf

View File

@ -91,6 +91,8 @@ pub struct OsString {
/// the traits which `OsStr` implements for conversions from/to native representations.
///
/// [`OsString`]: struct.OsString.html
/// [`&str`]: ../primitive.str.html
/// [`String`]: ../string/struct.String.html
/// [conversions]: index.html#conversions
#[stable(feature = "rust1", since = "1.0.0")]
pub struct OsStr {