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 012ce3b commit 2f3d66dCopy full SHA for 2f3d66d
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5245aceba9fd94110de35ed7b75a30822b401d79
+refs/heads/master: 6e7cf87101e79efb8eed683ab5261878b63c3070
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