Rollup merge of #31765 - tshepang:shorten, r=steveklabnik
This commit is contained in:
commit
2fe817df40
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ pub struct ArgsOs { inner: os_imp::Args }
|
|||
/// # Panics
|
||||
///
|
||||
/// The returned iterator will panic during iteration if any argument to the
|
||||
/// process is not valid unicode. If this is not desired it is recommended to
|
||||
/// process is not valid unicode. If this is not desired,
|
||||
/// use the `args_os` function instead.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue