Skip to content

Commit 768aa93

Browse files
committed
Replace numeration with -
1 parent 7af11ae commit 768aa93

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@ A short getting started on derive macros guide in Rust.
4747

4848
1. 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

5755
2. How to manage your thought process about the structuring of your crates and
5856
the structure of the macro.

0 commit comments

Comments
 (0)