瀏覽代碼

Fix generic_float.odin

Jeroen van Rijn 1 年之前
父節點
當前提交
e52cc73d50
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      core/strconv/generic_float.odin

+ 0 - 2
core/strconv/generic_float.odin

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