Skip to content

Commit 8d5559c

Browse files
committed
Add clarification for the syn::DeriveInput explanation
1 parent b2f99e9 commit 8d5559c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ making a parser for the complex syntax of the language.
7878
![Visual representation of syn being the front-end and quote as the back-end](./assets/front-end-ir-back-end.png "Visual representation of syn being the front-end and quote as the back-end")
7979

8080
1. Syn handles the parsing (usually as
81-
[`syn::DeriveInput`](https://docs.rs/syn/latest/syn/struct.DeriveInput.html)).
81+
[`syn::DeriveInput`](https://docs.rs/syn/latest/syn/struct.DeriveInput.html)
82+
for derive macros).
8283
2. We work with the parsed data.
8384
3. Our work gets tokenized by the
8485
[`quote::quote!`](https://docs.rs/quote/latest/quote/macro.quote.html)

0 commit comments

Comments
 (0)