fix: Only add extra padding to the first group's last file
This commit is contained in:
parent
7c2c3c0ded
commit
1befb0bac0
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ LL | println!();
|
|||
error: macro expansion ignores `{` and any tokens following
|
||||
--> $SRC_DIR/std/src/macros.rs:LL:COL
|
||||
|
|
||||
|
|
||||
::: $DIR/main-alongside-macro-calls.rs:30:1
|
||||
|
|
||||
LL | println!();
|
||||
|
|
@ -42,7 +41,6 @@ LL | println!();
|
|||
error: macro expansion ignores `{` and any tokens following
|
||||
--> $SRC_DIR/std/src/macros.rs:LL:COL
|
||||
|
|
||||
|
|
||||
::: $DIR/main-alongside-macro-calls.rs:34:1
|
||||
|
|
||||
LL | println!();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue