diff --git a/src/attribute.rs b/src/attribute.rs index 0a70450..4235261 100644 --- a/src/attribute.rs +++ b/src/attribute.rs @@ -6,7 +6,7 @@ use crate::literal::StringLit; pub type ExtendedAttributeList<'a> = Bracketed, term!(,)>>; /// Matches comma separated identifier list -pub type IdentifierList<'a> = Punctuated, term!(,)>; +pub type IdentifierList<'a> = Punctuated, term!(,)>; ast_types! { /// Parses on of the forms of attribute