Skip to content

Commit

Permalink
Resolved markdownlint MD013 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed Jan 14, 2025
1 parent 6388763 commit b2f99e9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,16 @@ procedural macros.

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

<!-- markdownlint-disable MD013 -->

- [the `synstructure` crate](https://github.com/mystor/synstructure "GitHub/mystor/synstructure").
- [actix web](https://github.com/search?q=repo%3Aactix%2Factix-web+proc_macro&type=code "`proc_macro` source code search results").
- [the `poise` crate](https://github.com/serenity-rs/poise/blob/current/macros/src/lib.rs "GitHub/serenity-rs/poise/macros/lib.rs").
- [the `darling` and `darling_core`
crates](https://github.com/search?q=repo%3ATedDriggs%2Fdarling%20proc_macro&type=code "`proc_macro` source code search results").

<!-- markdownlint-enable MD013 -->

### Video sources

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

## License

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

You're free to choose which one to use.

0 comments on commit b2f99e9

Please sign in to comment.