mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
uucore: format: Remove TODO
Not much more that can be easily simplified now.
This commit is contained in:
@@ -287,7 +287,6 @@ fn make_error<'a>(overflow: bool, negative: bool) -> ExtendedParserError<'a, Ext
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Construct an ExtendedBigDecimal based on parsed data
|
// 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>(
|
fn construct_extended_big_decimal<'a>(
|
||||||
digits: BigUint,
|
digits: BigUint,
|
||||||
negative: bool,
|
negative: bool,
|
||||||
|
|||||||
Reference in New Issue
Block a user