You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to keep optimal equivalence between a Debug formatted representation of values and Rust source code, it would be helpful if e.g. f64 values are formatted including their decimal separator by default. This avoids having to adjust a whole lot of f64 fields in some larger structure when e.q. writing an equivalence assertion of such a value based on earlier Debug output. Currently, the values are formatted as integers when they are representable as integers.
In order to keep optimal equivalence between a
Debug
formatted representation of values and Rust source code, it would be helpful if e.g.f64
values are formatted including their decimal separator by default. This avoids having to adjust a whole lot off64
fields in some larger structure when e.q. writing an equivalence assertion of such a value based on earlierDebug
output. Currently, the values are formatted as integers when they are representable as integers.Meta
The text was updated successfully, but these errors were encountered: