Skip to content

Commit 6c6dd24

Browse files
committed
Remove double line breaks
1 parent 1d38d39 commit 6c6dd24

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/macros-by-example.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ fn foo() {
332332
m!();
333333
}
334334

335-
336335
// m!(); // Error: m is not in scope.
337336
```
338337

@@ -508,7 +507,6 @@ r[macro.decl.follow-set.intro]
508507
The parser used by the macro system is reasonably powerful, but it is limited in
509508
order to prevent ambiguity in current or future versions of the language.
510509

511-
512510
r[macro.decl.follow-set.token-restriction]
513511
In particular, in addition to the rule about ambiguous expansions, a nonterminal
514512
matched by a metavariable must be followed by a token which has been decided can
@@ -562,7 +560,6 @@ expansions, taking separators into account. This means:
562560
* If the repetition can match zero times (`*` or `?`), then whatever comes
563561
after must be able to follow whatever comes before.
564562

565-
566563
For more detail, see the [formal specification].
567564

568565
[const block]: expressions/block-expr.md#const-blocks

0 commit comments

Comments
 (0)