Skip to content

Commit bdc8cd1

Browse files
committed
uucore: format: Remove TODO
Not much more that can be easily simplified now.
1 parent a46da8d commit bdc8cd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/uucore/src/lib/features/format/num_parser.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ fn make_error<'a>(overflow: bool, negative: bool) -> ExtendedParserError<'a, Ext
287287
}
288288

289289
// Construct an ExtendedBigDecimal based on parsed data
290-
// TODO: Might be nice to implement a ExtendedBigDecimal copysign or negation function to move away some of this logic.
291290
fn construct_extended_big_decimal<'a>(
292291
digits: BigUint,
293292
negative: bool,

0 commit comments

Comments
 (0)