diff options
| author | Federico Mena Quintero <federico@gnome.org> | 2017-10-02 15:46:10 -0500 |
|---|---|---|
| committer | Federico Mena Quintero <federico@gnome.org> | 2017-10-02 15:46:10 -0500 |
| commit | d989cd02b56524470cc8721f296add7039821777 (patch) | |
| tree | ff651dbbda81bb976ea734edfc5c8796258ae92a | |
| parent | 50505aadbd9314375a56bf397a4a97f0102180ce (diff) | |
| download | rust-d989cd02b56524470cc8721f296add7039821777.tar.gz rust-d989cd02b56524470cc8721f296add7039821777.zip | |
Fix broken links in documentation
| -rw-r--r-- | src/libstd/ffi/os_str.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libstd/ffi/os_str.rs b/src/libstd/ffi/os_str.rs index b6032f7c74c..94b6911283b 100644 --- a/src/libstd/ffi/os_str.rs +++ b/src/libstd/ffi/os_str.rs @@ -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 { |
