danielpclark / rutie

“The Tie Between Ruby and Rust.”
MIT License
939 stars 62 forks source link

Add support for function parameter trailing commas in 'methods' macro #165

Closed andrewtbiehl closed 7 months ago

andrewtbiehl commented 1 year ago

Fixes #164.

I ran the existing tests and everything passed and I reran my example with these changes and it compiled. That said, I have no experience with Rust macros so please let me know if anything needs improvement. I am happy to change or add anything if necessary. :)

danielpclark commented 7 months ago

This has been merged.