Remove unnecessary comma

This commit is contained in:
Aleksei Sidorov 2020-09-04 22:58:50 +03:00
parent ef0a1b2e58
commit e1b8d836a9
3 changed files with 10 additions and 11 deletions

View file

@ -492,7 +492,6 @@ impl ast::GenericParamList {
to_insert.push(space.into());
}
to_insert.push(item.syntax().clone().into());
to_insert.push(make::token(T![,]).into());
macro_rules! after_l_angle {
() => {{