1
Fork 0

Update stdlib to the 2021 edition

This commit is contained in:
Lucas Kent 2021-12-17 20:08:36 +11:00
parent 9b45f04414
commit b656384d83
5 changed files with 17 additions and 16 deletions

View file

@ -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;
///