We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27e0e4 commit 4948c67Copy full SHA for 4948c67
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 62d6031005df944b089dfdd669040fc91952f10f
+refs/heads/master: cfb33fc23c3f5c791d450a2590f1e65780f1ae4e
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/doc/tutorial-macros.md
@@ -43,7 +43,7 @@ macro_rules! early_return(
43
_ => {}
44
}
45
);
46
-);
+)
47
// ...
48
early_return!(input_1 special_a);
49
@@ -160,7 +160,7 @@ macro_rules! early_return(
160
161
162
163
164
165
early_return!(input_1, [special_a|special_c|special_d]);
166
0 commit comments