specta-rs / tauri-specta

Completely typesafe Tauri commands
MIT License
368 stars 40 forks source link

collect_commands should accept trailing comma (in v2) #118

Closed anatawa12 closed 2 months ago

anatawa12 commented 2 months ago

Please accept trailing comma in collect_commands! macro

oscartbeaumont commented 2 months ago

Okay should be fixed now. I forgot to add it back in when I rewrote the macros to fixed the recusion issue 2 days back.