Fix incorrect documentation
This commit is contained in:
parent
11ee29a813
commit
d0bac148f7
1 changed files with 2 additions and 2 deletions
|
|
@ -4788,9 +4788,9 @@ pub enum IntErrorKind {
|
|||
/// Among other causes, this variant will be constructed when parsing a string that
|
||||
/// contains a letter.
|
||||
InvalidDigit,
|
||||
/// Integer is too small to store in target integer type.
|
||||
Overflow,
|
||||
/// Integer is too large to store in target integer type.
|
||||
Overflow,
|
||||
/// Integer is too small to store in target integer type.
|
||||
Underflow,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue