From 831b5c02df7235f2df804ee62e7cd2caf02bdad1 Mon Sep 17 00:00:00 2001 From: varkor Date: Thu, 31 May 2018 15:52:17 +0100 Subject: Take advantage of the lifetime refactoring --- src/libsyntax/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/ast.rs') diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 98f786628f9..389afa96ea0 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -309,8 +309,8 @@ pub enum GenericParamKind { #[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)] pub struct GenericParam { - pub ident: Ident, pub id: NodeId, + pub ident: Ident, pub attrs: ThinVec, pub bounds: ParamBounds, -- cgit 1.4.1-3-g733a5