Skip to content

Commit b60efc1

Browse files
committed
Continue to try to make travis happy by adding a issue number
1 parent 420e641 commit b60efc1

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
@@ -4773,7 +4773,8 @@ pub struct ParseIntError {
47734773

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

0 commit comments

Comments
 (0)