Closed Pat-Lafon closed 1 year ago
Updates inkwell's internal_macros to use Syn 2.0. This involves addressing any breaking changes.
internal_macros
I also addressed some clippy lints in internal_macros. Given the contributor guidelines, I was surprised to not see a clippy check in the workflow.
I will be running tests via github workflow.
I don't believe updating the internal Syn dependency is a breaking change but feel free to correct me if otherwise.
Description
Updates inkwell's
internal_macros
to use Syn 2.0. This involves addressing any breaking changes.I also addressed some clippy lints in
internal_macros
. Given the contributor guidelines, I was surprised to not see a clippy check in the workflow.Related Issue
408
How This Has Been Tested
I will be running tests via github workflow.
Option\<Breaking Changes>
I don't believe updating the internal Syn dependency is a breaking change but feel free to correct me if otherwise.
Checklist