Skip to content

Commit d540914

Browse files
Fix link
1 parent c1b1d68 commit d540914

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libstd/ffi/os_str.rs

-3
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,6 @@ impl From<String> for OsString {
351351
/// Converts a [`String`] into a [`OsString`].
352352
///
353353
/// The conversion copies the data, and includes an allocation on the heap.
354-
///
355-
/// [`String`]: ../string/struct.String.html
356-
/// [`OsString`]: struct.OsString.html
357354
fn from(s: String) -> OsString {
358355
OsString { inner: Buf::from_string(s) }
359356
}

0 commit comments

Comments
 (0)