Revert comments

This commit is contained in:
Ingvar Stepanyan 2018-01-25 13:30:23 +00:00
parent 1b9fd01343
commit 9fca9073d9

View File

@ -27,8 +27,9 @@ fn main() {
);
kaas!(
/* comments */ a, /* post macro */
b /* another */
// comments
a, // post macro
b // another
);
trailingcomma!(a, b, c,);