Would the following be a horrible idea for std?
format!("{:#?}", 10_000_000) == "10_000_000"
On the surface, seems like an easy QoL improvement. But this burns #
for numbers, and changes debug format.
Note that, as this is Debug, we don't need locale-specific thousand separators.