We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6733800 commit 338ea78Copy full SHA for 338ea78
1 file changed
include/msgpack.hrl
@@ -63,8 +63,8 @@
63
impl = erlang :: erlang | nif,
64
allow_atom = none :: none | pack, %% allows atom when packing
65
enable_str = false :: boolean(), %% true for new spec
66
- ext_packer = undefined :: msgpack_ext_packer(),
67
- ext_unpacker = undefined :: msgpack_ext_unpacker(),
+ ext_packer = undefined :: msgpack_ext_packer() | undefined,
+ ext_unpacker = undefined :: msgpack_ext_unpacker() | undefined,
68
original_list = [] :: msgpack_list_options()
69
}).
70
0 commit comments