Guarantee less in docs
This commit is contained in:
parent
688dcc68fe
commit
a9e29d204e
1 changed files with 2 additions and 2 deletions
|
@ -1739,8 +1739,8 @@ impl ExitCode {
|
|||
/// `process::exit()` accepts any `i32` value as the exit code for the process; however, there
|
||||
/// are platforms that only use a subset of that value (see [`process::exit` platform-specific
|
||||
/// behavior][exit#platform-specific-behavior]). `ExitCode` exists because of this; only
|
||||
/// `ExitCode`s that are valid on all platforms can be created, so those problems don't exist
|
||||
/// with this method.
|
||||
/// `ExitCode`s that are supported by a majority of our platforms can be created, so those
|
||||
/// problems don't exist (as much) with this method.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue