Fix incorrect documentation
This commit is contained in:
@@ -4788,9 +4788,9 @@ pub enum IntErrorKind {
|
|||||||
/// Among other causes, this variant will be constructed when parsing a string that
|
/// Among other causes, this variant will be constructed when parsing a string that
|
||||||
/// contains a letter.
|
/// contains a letter.
|
||||||
InvalidDigit,
|
InvalidDigit,
|
||||||
/// Integer is too small to store in target integer type.
|
|
||||||
Overflow,
|
|
||||||
/// Integer is too large to store in target integer type.
|
/// Integer is too large to store in target integer type.
|
||||||
|
Overflow,
|
||||||
|
/// Integer is too small to store in target integer type.
|
||||||
Underflow,
|
Underflow,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user