Revert comments
This commit is contained in:
parent
1b9fd01343
commit
9fca9073d9
1 changed files with 3 additions and 2 deletions
|
|
@ -27,8 +27,9 @@ fn main() {
|
|||
);
|
||||
|
||||
kaas!(
|
||||
/* comments */ a, /* post macro */
|
||||
b /* another */
|
||||
// comments
|
||||
a, // post macro
|
||||
b // another
|
||||
);
|
||||
|
||||
trailingcomma!(a, b, c,);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue