Skip to content

Commit b2f99e9

Browse files
committed
Resolved markdownlint MD013 warnings
1 parent 6388763 commit b2f99e9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,16 @@ procedural macros.
156156

157157
Some other projects whose procedural macros you can check out are:
158158

159+
<!-- markdownlint-disable MD013 -->
160+
159161
- [the `synstructure` crate](https://github.com/mystor/synstructure "GitHub/mystor/synstructure").
160162
- [actix web](https://github.com/search?q=repo%3Aactix%2Factix-web+proc_macro&type=code "`proc_macro` source code search results").
161163
- [the `poise` crate](https://github.com/serenity-rs/poise/blob/current/macros/src/lib.rs "GitHub/serenity-rs/poise/macros/lib.rs").
162164
- [the `darling` and `darling_core`
163165
crates](https://github.com/search?q=repo%3ATedDriggs%2Fdarling%20proc_macro&type=code "`proc_macro` source code search results").
164166

167+
<!-- markdownlint-enable MD013 -->
168+
165169
### Video sources
166170

167171
- [Comprehending Proc Macros](https://www.youtube.com/watch?v=SMCRQj9Hbx8)
@@ -173,6 +177,10 @@ Some other projects whose procedural macros you can check out are:
173177

174178
## License
175179

176-
This repository is public domain and dual licensed with the [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/legalcode.en) license or [The Unlicense](https://opensource.org/license/unlicense) lisence.
180+
This repository is public domain and dual licensed with the
181+
[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/legalcode.en)
182+
license or
183+
[The Unlicense](https://opensource.org/license/unlicense)
184+
lisence.
177185

178186
You're free to choose which one to use.

0 commit comments

Comments
 (0)