From 3e14f011eceea613b395619d41307cf8d87be84f Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Wed, 11 May 2016 13:46:39 -0700 Subject: save-analysis: give better text info in value fields --- src/libsyntax/ast.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index d1ad330c58c..e9f3472c4a1 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -2030,10 +2030,7 @@ pub enum ItemKind { /// A struct definition, e.g. `struct Foo {x: A}` Struct(VariantData, Generics), /// Represents a Trait Declaration - Trait(Unsafety, - Generics, - TyParamBounds, - Vec), + Trait(Unsafety, Generics, TyParamBounds, Vec), // Default trait implementations /// -- cgit 1.4.1-3-g733a5