zhiburt / tabled

An easy to use library for pretty print tables of Rust structs and enums.
MIT License
1.94k stars 77 forks source link

tabled_derive/ Fix issue with Cow usage #397

Closed zhiburt closed 5 months ago

zhiburt commented 5 months ago

Seems to work @elenakrittik?

https://github.com/zhiburt/tabled/blob/7ec7973c1814be4cd909b399357c36d45464c1a7/tabled/tests/derive/derive_test.rs#L1084-L1091

close #395

elenakrittik commented 5 months ago

Yep, works for me with this patch. Thanks