We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338ea78 commit 40da10cCopy full SHA for 40da10c
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() | undefined,
67
- ext_unpacker = undefined :: msgpack_ext_unpacker() | undefined,
+ ext_packer = undefined :: undefined | msgpack_ext_packer(),
+ ext_unpacker = undefined :: msgpack_ext_unpacker(),
68
original_list = [] :: msgpack_list_options()
69
}).
70
0 commit comments