Fix pretty printing for baked data #3482
Labels
A-data
Area: Data coverage or quality
S-small
Size: One afternoon (small bug fix or enhancement)
T-techdebt
Type: ICU4X code health and tech debt
Milestone
rustfmt
can't format macros and thus #3449 broke prettyprinting for baked data.We should get it back.
Unfortunately this probably means avoiding the nice
quote!()
interpolation functions in the end and instead usingformat!()
. I think it's not a huge deal.The text was updated successfully, but these errors were encountered: