From a992cfe8eb195c227a746cba242fd883f18e24d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Tue, 9 Dec 2025 19:06:53 +0100 Subject: [PATCH] Fix msgpack_ext identity constraint --- src/msgpack_ext.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msgpack_ext.erl b/src/msgpack_ext.erl index c448b2e..070a363 100644 --- a/src/msgpack_ext.erl +++ b/src/msgpack_ext.erl @@ -19,7 +19,7 @@ %% %% @doc identity constraint -%% {ok, {Type, Data} = msgpack_ext_module:pack_ext(Tuple, [{ext, msgpack_ext_module}]), +%% {ok, {Type, Data}} = msgpack_ext_module:pack_ext(Tuple, [{ext, msgpack_ext_module}]), %% {ok, Tuple} = msgpack_ext_module:unpack_ext(Type, Data) %% -callback pack_ext(any(), msgpack:options()) ->