Skip to content

Commit 28cf16a

Browse files
committed
Fix tutorial breakage.
1 parent 15d8457 commit 28cf16a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/tutorial-macros.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,7 @@ macro_rules! early_return(
4444
}
4545
);
4646
);
47-
~~~~
48-
49-
Now, we can replace each `match` with an invocation of the `early_return`
50-
macro:
51-
52-
~~~~
47+
// ...
5348
early_return!(input_1 special_a);
5449
// ...
5550
early_return!(input_2 special_b);

0 commit comments

Comments
 (0)