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 bb6fb9e commit 81739b4Copy full SHA for 81739b4
src/macros/dsl.md
@@ -39,3 +39,6 @@ Output:
39
This was a very simple example, but much more complex interfaces have been
40
developed, such as [`lazy_static`](https://crates.io/crates/lazy_static) or
41
[`clap`](https://crates.io/crates/clap).
42
+
43
+Also, note the two pairs of braces in the macro. The outer ones are
44
+part of the syntax of `macro_rules!`, in addition to `()` or `[]`.
0 commit comments