mersinvald / aquamarine

Inline diagrams for rustdoc with mermaid.js
MIT License
487 stars 25 forks source link

chore: Disable default features of proc-macro-error #49

Closed zecakeh closed 3 months ago

zecakeh commented 4 months ago

This allows to not add syn 1 to the dependency tree as it is not used.

This is a simpler alternative to #45 to remove the dependency on syn 1 and can be included in a bugfix release so downstream projects can benefit from it easily.