Current:
input.parse_terminated::<_, Token![,]>(MyAttr::parse)
Proposed:
input.parse_terminated(MyAttr::parse, Token![,])