mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Remove unnecessary comma
This commit is contained in:
parent
ef0a1b2e58
commit
e1b8d836a9
3 changed files with 10 additions and 11 deletions
|
@ -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 {
|
||||
() => {{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue