diff --git a/src/libcore/num/mod.rs b/src/libcore/num/mod.rs index 02c7689e2b6c..c218713823a5 100644 --- a/src/libcore/num/mod.rs +++ b/src/libcore/num/mod.rs @@ -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 {