rust/library
Matthias Krüger b3853ccc9d
Rollup merge of #116326 - Colonial-Dev:issue-116165-fix, r=joshtriplett
Correct misleading std::fmt::Binary example (#116165)

Nothing too crazy...

- Add two to the width specifier (so all 32 bits are correctly displayed)
- Pad out the compared string so the assert passes
- Add `// Note` comment highlighting the need for the extra width when using the `#` flag.

The exact contents (and placement?) of the note are, of course, highly bikesheddable.
2023-10-02 16:23:53 +02:00
..
2023-08-22 15:01:14 -07:00
2023-09-22 17:23:33 +05:30
2023-07-31 16:13:02 +08:00
2023-08-23 20:05:14 -04:00
2023-09-05 19:56:20 +02:00
2023-08-23 20:05:14 -04:00
2023-09-21 17:31:25 +02:00