Files
rust/library
bors 7db7489f9b Auto merge of #133247 - GuillaumeGomez:reduce-integer-display-impl, r=workingjubilee
Reduce integer `Display` implementation size

I was thinking about #128204 and how we could reduce the size of the code and just realized that we didn't need the `_fmt` method to be implemented on signed integers, which in turns allow to simplify greatly the macro call.

r? `@workingjubilee`
2024-11-25 11:03:41 +00:00
..
2024-08-29 12:13:19 -07:00
2024-07-28 14:46:29 -04:00
2024-11-13 17:58:02 +00:00
2024-11-19 18:54:20 +01:00