Fix generic_float.odin

This commit is contained in:
Jeroen van Rijn
2023-12-21 22:37:26 +01:00
parent ac0ed13b35
commit e52cc73d50

View File

@@ -2,8 +2,6 @@ package strconv
import "decimal"
import "core:runtime"
Decimal_Slice :: struct {
digits: []byte,
count: int,