Fix dead links in docs for OsStr
This commit is contained in:
parent
fc825f09e8
commit
bac725ecdf
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue