TheDan64 / inkwell

It's a New Kind of Wrapper for Exposing LLVM (Safely)
https://thedan64.github.io/inkwell/
Apache License 2.0
2.38k stars 229 forks source link

Syn2 #409

Closed Pat-Lafon closed 1 year ago

Pat-Lafon commented 1 year ago

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