os_str: Fix too-long lines
This commit is contained in:
parent
91f6445b59
commit
4143422981
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue