Files
ladybird/Kernel
Daniel Bertalan 018c4e0e7e AK+Kernel: Format DistinctNumeric using the underlying type's formatter
Forcing the formatting to go through `Formatter<FormatString>` is
completely unnecessary, increases code size, performs a String
allocation and prevents us from using the formatting options available
on that type.

This commit also removes explicit formatters from
`BlockBasedFileSystem::BlockIndex` and `Kernel::InodeIndex`, as those
are already covered by the blanket implementation for all
`DistinctNumeric` types.
2021-10-21 22:19:50 +02:00
..
2021-10-13 16:10:50 +02:00
2021-10-15 21:48:45 +01:00
2021-09-08 00:42:20 +02:00
2021-10-17 17:09:58 +01:00
2021-10-13 16:10:50 +02:00
2021-10-14 01:23:08 +01:00