Skip to content

Commit 420e641

Browse files
committed
break line to keep travis_fold:start:tidy happy
1 parent 3b0fc3c commit 420e641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libcore/num/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4772,7 +4772,8 @@ pub struct ParseIntError {
47724772
}
47734773

47744774
#[unstable(feature = "int_error_matching",
4775-
reason = "it can be useful to match errors when making error messages for integer parsing")]
4775+
reason = "it can be useful to match errors when making error messages \
4776+
for integer parsing")]
47764777
#[derive(Debug, Clone, PartialEq, Eq)]
47774778
#[non_exhaustive]
47784779
pub enum IntErrorKind {

0 commit comments

Comments
 (0)