瀏覽代碼

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
pull/165/head
Sam Tavakoli 7 年之前
committed by Paul J. Davis
父節點
當前提交
fd0ce57aa5
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/jiffy.erl

+ 1
- 0
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()}.

Loading…
取消
儲存