Skip to content

Commit 8c86bc7

Browse files
committed
Remove FormatType::Number from match arm
1 parent e27ccc5 commit 8c86bc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/format.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,6 @@ impl FormatSpec {
426426
Some(FormatType::Binary | FormatType::Octal | FormatType::Hex(_)) => 4,
427427
Some(
428428
FormatType::Decimal
429-
| FormatType::Number(_)
430429
| FormatType::FixedPoint(_)
431430
| FormatType::GeneralFormat(_)
432431
| FormatType::Exponent(_)

0 commit comments

Comments
 (0)