1
Fork 0

Substitute version placeholders

This commit is contained in:
Mark Rousskov 2023-11-12 11:45:28 -05:00
parent 6b771f6b5a
commit efe54e24aa
19 changed files with 80 additions and 80 deletions

View file

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