1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

uucore: format: Remove TODO

Not much more that can be easily simplified now.
This commit is contained in:
Nicolas Boichat 2025-03-31 14:43:26 +02:00
parent a46da8d0b9
commit bdc8cd12a1

View file

@ -287,7 +287,6 @@ fn make_error<'a>(overflow: bool, negative: bool) -> ExtendedParserError<'a, Ext
}
// Construct an ExtendedBigDecimal based on parsed data
// TODO: Might be nice to implement a ExtendedBigDecimal copysign or negation function to move away some of this logic.
fn construct_extended_big_decimal<'a>(
digits: BigUint,
negative: bool,