We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
travis_fold:start:tidy
1 parent 3b0fc3c commit 420e641Copy full SHA for 420e641
src/libcore/num/mod.rs
@@ -4772,7 +4772,8 @@ pub struct ParseIntError {
4772
}
4773
4774
#[unstable(feature = "int_error_matching",
4775
- 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 \
4776
+ for integer parsing")]
4777
#[derive(Debug, Clone, PartialEq, Eq)]
4778
#[non_exhaustive]
4779
pub enum IntErrorKind {
0 commit comments