rust/src/libcore/fmt
David Ross 2c98378ace
Reject '2' as a binary digit in internals of 'b' formatting
I don't believe the previous code `0 ... 2` would run into any real problems, but it seems confusing to read, given that '2' is never a valid binary digit.

As far as I can tell this code is only ever called from within another private method in the trait which has logic to never hand it '2' anyways. I thought we could change this for clarity anyways.
2017-11-28 21:35:18 -08:00
..
rt Add missing Eq implementations 2016-09-18 14:26:49 +02:00
builders.rs fmt: DRY 2017-10-07 05:48:21 -04:00
float.rs fix confusion about parts required for float formatting 2017-05-09 12:58:50 -04:00
mod.rs Rollup merge of #46285 - SimonSapin:twos-complement, r=GuillaumeGomez 2017-11-28 03:16:50 +08:00
num.rs Reject '2' as a binary digit in internals of 'b' formatting 2017-11-28 21:35:18 -08:00