break line to keep travis_fold:start:tidy happy

This commit is contained in:
Ethan Brierley 2018-11-05 21:37:10 +00:00
parent 3b0fc3c309
commit 420e6413c6

View file

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