diff options
| author | gingerBill <bill@gingerbill.org> | 2021-01-09 23:43:34 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-01-09 23:43:34 +0000 |
| commit | 3bcccf88d578360bcc97e5903b316b2cfac39b03 (patch) | |
| tree | 0ae3f1f1ff2ced7b80fa23fe949443c90b92935a /core/encoding/json | |
| parent | 9e8c46b8de123829f26c2e92fcaf15a81c9b6b01 (diff) | |
vet all core packages
Diffstat (limited to 'core/encoding/json')
| -rw-r--r-- | core/encoding/json/marshal.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/encoding/json/marshal.odin b/core/encoding/json/marshal.odin index 7bdc3abc3..9d5f04355 100644 --- a/core/encoding/json/marshal.odin +++ b/core/encoding/json/marshal.odin @@ -5,7 +5,6 @@ import "core:math/bits" import "core:runtime" import "core:strconv" import "core:strings" -import "core:reflect" Marshal_Error :: enum { None, |