coreutils/src
Nicolas Boichat 69164688ad uucore: format: Make Formatter a generic
Using an associated type in Formatter trait was quite nice, but, in
a follow-up change, we'd like to pass a _reference_ to the Float
Formatter, while just passing i64/u64 as a value to the Int
formatters. Associated type doesn't allow for that, so we turn
it into a generic instead.

This makes Format<> a bit more complicated though, as we need
to specify both the Formatter, _and_ the type to be formatted.
2025-03-22 21:13:18 +01:00
..
bin Style fixes from cargo +nightly clippy 2025-02-22 10:11:01 -05:00
uu uucore: format: Make Formatter a generic 2025-03-22 21:13:18 +01:00
uucore uucore: format: Make Formatter a generic 2025-03-22 21:13:18 +01:00
uucore_procs prepare version 0.0.30 2025-03-08 11:04:08 +01:00
uuhelp_parser prepare version 0.0.30 2025-03-08 11:04:08 +01:00