Fix broken links in documentation
This commit is contained in:
parent
50505aadbd
commit
d989cd02b5
1 changed files with 3 additions and 3 deletions
|
|
@ -70,9 +70,9 @@ use sys_common::{AsInner, IntoInner, FromInner};
|
|||
/// [`u8`]: ../primitive.u8.html
|
||||
/// [`u16`]: ../primitive.u16.html
|
||||
/// [String.push_str]: ../string/struct.String.html#method.push_str
|
||||
/// [`new`]: #struct.OsString.html#method.new
|
||||
/// [`push`]: #struct.OsString.html#method.push
|
||||
/// [`as_os_str`]: #struct.OsString.html#method.as_os_str
|
||||
/// [`new`]: #method.new
|
||||
/// [`push`]: #method.push
|
||||
/// [`as_os_str`]: #method.as_os_str
|
||||
#[derive(Clone)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub struct OsString {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue