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:
parent
a46da8d0b9
commit
bdc8cd12a1
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue