Skip to content

Commit ab00c26

Browse files
committed
Revert comments
1 parent 194d049 commit ab00c26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/target/macros.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ fn main() {
2727
);
2828

2929
kaas!(
30-
/* comments */ a, /* post macro */
31-
b /* another */
30+
// comments
31+
a, // post macro
32+
b // another
3233
);
3334

3435
trailingcomma!(a, b, c,);

0 commit comments

Comments
 (0)