From bdc8cd12a1777e439cb92cd00a37b447c4aea3a2 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Mon, 31 Mar 2025 14:43:26 +0200 Subject: [PATCH] uucore: format: Remove TODO Not much more that can be easily simplified now. --- src/uucore/src/lib/features/format/num_parser.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uucore/src/lib/features/format/num_parser.rs b/src/uucore/src/lib/features/format/num_parser.rs index d070fdb17..1ab889184 100644 --- a/src/uucore/src/lib/features/format/num_parser.rs +++ b/src/uucore/src/lib/features/format/num_parser.rs @@ -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,