We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b1d68 commit d540914Copy full SHA for d540914
src/libstd/ffi/os_str.rs
@@ -351,9 +351,6 @@ impl From<String> for OsString {
351
/// Converts a [`String`] into a [`OsString`].
352
///
353
/// The conversion copies the data, and includes an allocation on the heap.
354
- ///
355
- /// [`String`]: ../string/struct.String.html
356
- /// [`OsString`]: struct.OsString.html
357
fn from(s: String) -> OsString {
358
OsString { inner: Buf::from_string(s) }
359
}
0 commit comments