From 420e6413c6124ba0c5032730af3ef50c7d2e2c95 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Mon, 5 Nov 2018 21:37:10 +0000 Subject: [PATCH] break line to keep `travis_fold:start:tidy` happy --- src/libcore/num/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {