Skip to content

Commit 10a4dcb

Browse files
authored
Merge pull request #7624 from drinkcat/parse-bigdecimal-seq
seq: Move to uucore/format common number parsing code
2 parents 2cfed63 + 04a1282 commit 10a4dcb

File tree

6 files changed

+151
-775
lines changed

6 files changed

+151
-775
lines changed

src/uu/seq/src/error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ fn parse_error_type(e: &ParseNumberError) -> &'static str {
3434
match e {
3535
ParseNumberError::Float => "floating point",
3636
ParseNumberError::Nan => "'not-a-number'",
37-
ParseNumberError::Hex => "hexadecimal",
3837
}
3938
}
4039

0 commit comments

Comments
 (0)