Substitute version placeholders
This commit is contained in:
parent
6b771f6b5a
commit
efe54e24aa
19 changed files with 80 additions and 80 deletions
|
@ -1961,7 +1961,7 @@ impl ExitCode {
|
|||
}
|
||||
|
||||
/// The default value is [`ExitCode::SUCCESS`]
|
||||
#[stable(feature = "process_exitcode_default", since = "CURRENT_RUSTC_VERSION")]
|
||||
#[stable(feature = "process_exitcode_default", since = "1.75.0")]
|
||||
impl Default for ExitCode {
|
||||
fn default() -> Self {
|
||||
ExitCode::SUCCESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue