mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-05 20:34:52 +00:00
Revert comments
This commit is contained in:
parent
1b9fd01343
commit
9fca9073d9
@ -27,8 +27,9 @@ fn main() {
|
||||
);
|
||||
|
||||
kaas!(
|
||||
/* comments */ a, /* post macro */
|
||||
b /* another */
|
||||
// comments
|
||||
a, // post macro
|
||||
b // another
|
||||
);
|
||||
|
||||
trailingcomma!(a, b, c,);
|
||||
|
Loading…
Reference in New Issue
Block a user