From fd0ce57aa555a76775de59657cef630f7119d7b7 Mon Sep 17 00:00:00 2001 From: Sam Tavakoli Date: Thu, 8 Mar 2018 15:33:24 +0000 Subject: [PATCH] Add missing option for copy strings Without this, call to decode with copy_strings option in an application will make Dialyzer complain when using the exported type for options --- src/jiffy.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jiffy.erl b/src/jiffy.erl index a116211..0d9b7e4 100644 --- a/src/jiffy.erl +++ b/src/jiffy.erl @@ -40,6 +40,7 @@ | use_nil | return_trailer | dedupe_keys + | copy_strings | {null_term, any()} | {bytes_per_iter, non_neg_integer()} | {bytes_per_red, non_neg_integer()}.