From ea72d05cf755d06d5c7da190e5d240fe4d77038c Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Fri, 18 Aug 2017 20:50:23 -0700 Subject: Fix rustfmt lines that are too long Apparently rustfmt can't fix some of these, causing it to exit with 3 and therefore failing the build. --- src/internal/macros.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/internal') diff --git a/src/internal/macros.rs b/src/internal/macros.rs index 7672316..124aa04 100644 --- a/src/internal/macros.rs +++ b/src/internal/macros.rs @@ -151,7 +151,8 @@ macro_rules! enum_number { impl<'de> ::serde::de::Visitor<'de> for Visitor { type Value = $name; - fn expecting(&self, formatter: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { + fn expecting(&self, formatter: &mut ::std::fmt::Formatter) + -> ::std::fmt::Result { formatter.write_str("positive integer") } -- cgit v1.2.3