Skip to content

Commit 4143422

Browse files
os_str: Fix too-long lines
1 parent 91f6445 commit 4143422

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/libstd/ffi/os_str.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ use sys_common::{AsInner, IntoInner, FromInner};
5959
///
6060
/// # Conversions
6161
///
62-
/// See the [module's toplevel documentation about conversions][conversions] for a discussion on the traits which
63-
/// `OsString` implements for conversions from/to native representations.
62+
/// See the [module's toplevel documentation about conversions][conversions] for a discussion on
63+
/// the traits which `OsString` implements for conversions from/to native representations.
6464
///
6565
/// [`OsStr`]: struct.OsStr.html
6666
/// [`From`]: ../convert/trait.From.html
@@ -87,8 +87,8 @@ pub struct OsString {
8787
/// `OsStr` is to [`OsString`] as [`String`] is to [`&str`]: the former in each pair are borrowed
8888
/// references; the latter are owned strings.
8989
///
90-
/// See the [module's toplevel documentation about conversions][conversions] for a discussion on the traits which
91-
/// `OsStr` implements for conversions from/to native representations.
90+
/// See the [module's toplevel documentation about conversions][conversions] for a discussion on
91+
/// the traits which `OsStr` implements for conversions from/to native representations.
9292
///
9393
/// [`OsString`]: struct.OsString.html
9494
/// [conversions]: index.html#conversions

0 commit comments

Comments
 (0)