File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,10 @@ A short getting started on derive macros guide in Rust.
4747
48481 . A quick introduction to the three main types of declarative macros[ ^ 6 ] :
4949
50- 1.1. Function-like - ` my_function_like_macro!(...) ` ** (Not to be confused with
51- declarative macros)** .
52-
53- 1.2. Derive - ` #[derive(MyDeriveMacro)] ` _ (We'll focus on this one)_ .
54-
55- 1.3. Attribute - ` #[my_attribute_macro] ` .
50+ - Function-like - ` my_function_like_macro!(...) ` ** (Not to be confused with
51+ declarative macros)** .
52+ - Derive - ` #[derive(MyDeriveMacro)] ` _ (We'll focus on this one)_ .
53+ - Attribute - ` #[my_attribute_macro] ` .
5654
57552 . How to manage your thought process about the structuring of your crates and
5856 the structure of the macro.
You can’t perform that action at this time.
0 commit comments