break line to keep travis_fold:start:tidy happy
This commit is contained in:
parent
3b0fc3c309
commit
420e6413c6
1 changed files with 2 additions and 1 deletions
|
|
@ -4772,7 +4772,8 @@ pub struct ParseIntError {
|
|||
}
|
||||
|
||||
#[unstable(feature = "int_error_matching",
|
||||
reason = "it can be useful to match errors when making error messages for integer parsing")]
|
||||
reason = "it can be useful to match errors when making error messages \
|
||||
for integer parsing")]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[non_exhaustive]
|
||||
pub enum IntErrorKind {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue