From 83efebc5393624072526720b62f03e1c1f5e7b25 Mon Sep 17 00:00:00 2001 From: Sunjay Varma Date: Thu, 9 Nov 2017 22:21:53 -0500 Subject: Fixed tidy errors --- src/libsyntax/feature_gate.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 9b5be298fd5..161967c3f3d 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -1622,7 +1622,8 @@ impl<'a> Visitor<'a> for PostExpansionVisitor<'a> { "associated type defaults are unstable"); } _ if ti.generics.is_parameterized() => { - gate_feature_post!(&self, generic_associated_types, ti.span, "generic associated types are unstable"); + gate_feature_post!(&self, generic_associated_types, ti.span, + "generic associated types are unstable"); } _ => {} } @@ -1643,7 +1644,8 @@ impl<'a> Visitor<'a> for PostExpansionVisitor<'a> { } } _ if ii.generics.is_parameterized() => { - gate_feature_post!(&self, generic_associated_types, ii.span, "generic associated types are unstable"); + gate_feature_post!(&self, generic_associated_types, ii.span, + "generic associated types are unstable"); } _ => {} } -- cgit 1.4.1-3-g733a5