mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Fix generic_float.odin
This commit is contained in:
@@ -2,8 +2,6 @@ package strconv
|
||||
|
||||
import "decimal"
|
||||
|
||||
import "core:runtime"
|
||||
|
||||
Decimal_Slice :: struct {
|
||||
digits: []byte,
|
||||
count: int,
|
||||
|
||||
Reference in New Issue
Block a user