projectfluent / fluent-rs

Rust implementation of Project Fluent
https://projectfluent.org
Apache License 2.0
1.08k stars 97 forks source link

Debug support regression for FluentArgs #203

Closed alerque closed 3 years ago

alerque commented 3 years ago

In 0.12.0, FluentArgs used to support Debug, so I could include it in other structs and #[derive(Debug)] on them and get meaningful output. That support seems to have disappeared in 0.13.1 and I'm having trouble upgrading apps as a result :-/

zbraniecki commented 3 years ago

oh! sorry for that! PR's welcome!