mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 23:33:15 +00:00
Merge pull request #3628 from IllusionMan1212/bitset-json-marshalling-fix
fix(core/encoding/json): remove Unsupported_Type return when marshalling bit_set
This commit is contained in:
@@ -539,8 +539,6 @@ marshal_to_writer :: proc(w: io.Writer, v: any, opt: ^Marshal_Options) -> (err:
|
||||
case: panic("unknown bit_size size")
|
||||
}
|
||||
io.write_u64(w, bit_data) or_return
|
||||
|
||||
return .Unsupported_Type
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user