Skip to content

Commit

Permalink
os_str: Fix too-long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomenaquintero committed Sep 26, 2017
1 parent 91f6445 commit 4143422
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/libstd/ffi/os_str.rs
Expand Up @@ -59,8 +59,8 @@ use sys_common::{AsInner, IntoInner, FromInner};
///
/// # Conversions
///
/// See the [module's toplevel documentation about conversions][conversions] for a discussion on the traits which
/// `OsString` implements for conversions from/to native representations.
/// See the [module's toplevel documentation about conversions][conversions] for a discussion on
/// the traits which `OsString` implements for conversions from/to native representations.
///
/// [`OsStr`]: struct.OsStr.html
/// [`From`]: ../convert/trait.From.html
Expand All @@ -87,8 +87,8 @@ pub struct OsString {
/// `OsStr` is to [`OsString`] as [`String`] is to [`&str`]: the former in each pair are borrowed
/// references; the latter are owned strings.
///
/// See the [module's toplevel documentation about conversions][conversions] for a discussion on the traits which
/// `OsStr` implements for conversions from/to native representations.
/// See the [module's toplevel documentation about conversions][conversions] for a discussion on
/// the traits which `OsStr` implements for conversions from/to native representations.
///
/// [`OsString`]: struct.OsString.html
/// [conversions]: index.html#conversions
Expand Down

0 comments on commit 4143422

Please sign in to comment.