Update stdlib to the 2021 edition
This commit is contained in:
parent
9b45f04414
commit
b656384d83
5 changed files with 17 additions and 16 deletions
|
@ -1600,7 +1600,6 @@ impl ExitStatusError {
|
|||
/// ```
|
||||
/// #![feature(exit_status_error)]
|
||||
/// # if cfg!(unix) {
|
||||
/// use std::convert::TryFrom;
|
||||
/// use std::num::NonZeroI32;
|
||||
/// use std::process::Command;
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue